Uses of Class
org.omg.CORBA.TypeDescription
-
Packages that use TypeDescription Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of TypeDescription in org.omg.CORBA
Fields in org.omg.CORBA declared as TypeDescription Modifier and Type Field Description TypeDescription
TypeDescriptionHolder. value
Methods in org.omg.CORBA that return TypeDescription Modifier and Type Method Description static TypeDescription
TypeDescriptionHelper. extract(Any a)
static TypeDescription
TypeDescriptionHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type TypeDescription Modifier and Type Method Description static void
TypeDescriptionHelper. insert(Any a, TypeDescription that)
static void
TypeDescriptionHelper. write(OutputStream ostream, TypeDescription value)
Constructors in org.omg.CORBA with parameters of type TypeDescription Constructor Description TypeDescriptionHolder(TypeDescription initialValue)
-