Uses of Interface
org.omg.CORBA.ConstantDef
-
Packages that use ConstantDef 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 ConstantDef in org.omg.CORBA
Classes in org.omg.CORBA that implement ConstantDef Modifier and Type Class Description class_ConstantDefStuborg/omg/CORBA/_ConstantDefStub.java .Fields in org.omg.CORBA declared as ConstantDef Modifier and Type Field Description ConstantDefConstantDefHolder. valueMethods in org.omg.CORBA that return ConstantDef Modifier and Type Method Description ConstantDefConstantDefPOA. _this()ConstantDefConstantDefPOA. _this(ORB orb)ConstantDef_ContainerStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_ExceptionDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_InterfaceDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_ModuleDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_RepositoryStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_StructDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_UnionDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_ValueDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefContainerOperations. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefContainerPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefExceptionDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefInterfaceDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefModuleDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefRepositoryPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefStructDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefUnionDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefValueDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)static ConstantDefConstantDefHelper. extract(Any a)static ConstantDefConstantDefHelper. narrow(Object obj)static ConstantDefConstantDefHelper. read(InputStream istream)static ConstantDefConstantDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type ConstantDef Modifier and Type Method Description static voidConstantDefHelper. insert(Any a, ConstantDef that)static voidConstantDefHelper. write(OutputStream ostream, ConstantDef value)Constructors in org.omg.CORBA with parameters of type ConstantDef Constructor Description ConstantDefHolder(ConstantDef initialValue)
-