Uses of Interface
org.omg.CORBA.TypedefDef
-
Packages that use TypedefDef 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 TypedefDef in org.omg.CORBA
Subinterfaces of TypedefDef in org.omg.CORBA Modifier and Type Interface Description interfaceAliasDeforg/omg/CORBA/AliasDef.java .interfaceEnumDeforg/omg/CORBA/EnumDef.java .interfaceNativeDeforg/omg/CORBA/NativeDef.java .interfaceStructDeforg/omg/CORBA/StructDef.java .interfaceUnionDeforg/omg/CORBA/UnionDef.java .Classes in org.omg.CORBA that implement TypedefDef Modifier and Type Class Description class_AliasDefStuborg/omg/CORBA/_AliasDefStub.java .class_EnumDefStuborg/omg/CORBA/_EnumDefStub.java .class_NativeDefStuborg/omg/CORBA/_NativeDefStub.java .class_StructDefStuborg/omg/CORBA/_StructDefStub.java .class_TypedefDefStuborg/omg/CORBA/_TypedefDefStub.java .class_UnionDefStuborg/omg/CORBA/_UnionDefStub.java .Fields in org.omg.CORBA declared as TypedefDef Modifier and Type Field Description TypedefDefTypedefDefHolder. valueMethods in org.omg.CORBA that return TypedefDef Modifier and Type Method Description TypedefDefTypedefDefPOA. _this()TypedefDefTypedefDefPOA. _this(ORB orb)static TypedefDefTypedefDefHelper. extract(Any a)static TypedefDefTypedefDefHelper. narrow(Object obj)static TypedefDefTypedefDefHelper. read(InputStream istream)static TypedefDefTypedefDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type TypedefDef Modifier and Type Method Description static voidTypedefDefHelper. insert(Any a, TypedefDef that)static voidTypedefDefHelper. write(OutputStream ostream, TypedefDef value)Constructors in org.omg.CORBA with parameters of type TypedefDef Constructor Description TypedefDefHolder(TypedefDef initialValue)
-