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