Uses of Class
org.omg.CORBA.ConstantDescription
-
Packages that use ConstantDescription 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 ConstantDescription in org.omg.CORBA
Fields in org.omg.CORBA declared as ConstantDescription Modifier and Type Field Description ConstantDescriptionConstantDescriptionHolder. valueMethods in org.omg.CORBA that return ConstantDescription Modifier and Type Method Description static ConstantDescriptionConstantDescriptionHelper. extract(Any a)static ConstantDescriptionConstantDescriptionHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type ConstantDescription Modifier and Type Method Description static voidConstantDescriptionHelper. insert(Any a, ConstantDescription that)static voidConstantDescriptionHelper. write(OutputStream ostream, ConstantDescription value)Constructors in org.omg.CORBA with parameters of type ConstantDescription Constructor Description ConstantDescriptionHolder(ConstantDescription initialValue)
-