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 TypeDescriptionTypeDescriptionHolder. valueMethods in org.omg.CORBA that return TypeDescription Modifier and Type Method Description static TypeDescriptionTypeDescriptionHelper. extract(Any a)static TypeDescriptionTypeDescriptionHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type TypeDescription Modifier and Type Method Description static voidTypeDescriptionHelper. insert(Any a, TypeDescription that)static voidTypeDescriptionHelper. write(OutputStream ostream, TypeDescription value)Constructors in org.omg.CORBA with parameters of type TypeDescription Constructor Description TypeDescriptionHolder(TypeDescription initialValue)
-