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