Uses of Interface
org.omg.CORBA.AttributeDef
-
Packages that use AttributeDef 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 AttributeDef in org.omg.CORBA
Classes in org.omg.CORBA that implement AttributeDef Modifier and Type Class Description class
_AttributeDefStub
org/omg/CORBA/_AttributeDefStub.java .Fields in org.omg.CORBA declared as AttributeDef Modifier and Type Field Description AttributeDef
AttributeDefHolder. value
Methods in org.omg.CORBA that return AttributeDef Modifier and Type Method Description AttributeDef
AttributeDefPOA. _this()
AttributeDef
AttributeDefPOA. _this(ORB orb)
AttributeDef
_InterfaceDefStub. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
_ValueDefStub. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
InterfaceDefOperations. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
InterfaceDefPOATie. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
ValueDefOperations. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
AttributeDef
ValueDefPOATie. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)
static AttributeDef
AttributeDefHelper. extract(Any a)
static AttributeDef
AttributeDefHelper. narrow(Object obj)
static AttributeDef
AttributeDefHelper. read(InputStream istream)
static AttributeDef
AttributeDefHelper. unchecked_narrow(Object obj)
Methods in org.omg.CORBA with parameters of type AttributeDef Modifier and Type Method Description static void
AttributeDefHelper. insert(Any a, AttributeDef that)
static void
AttributeDefHelper. write(OutputStream ostream, AttributeDef value)
Constructors in org.omg.CORBA with parameters of type AttributeDef Constructor Description AttributeDefHolder(AttributeDef initialValue)
-