Uses of Interface
org.omg.CosCollection.Relation

Packages that use Relation
org.omg.CosCollection   
 

Uses of Relation in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Relation
 class _RelationStub
          Generated from IDL interface "Relation"
 

Fields in org.omg.CosCollection declared as Relation
 Relation RelationHolder.value
           
 

Methods in org.omg.CosCollection that return Relation
static Relation RelationHelper.extract(Any any)
           
static Relation RelationHelper.read(InputStream in)
           
static Relation RelationHelper.narrow(java.lang.Object obj)
           
static Relation RelationHelper.narrow(Object obj)
           
static Relation RelationHelper.unchecked_narrow(Object obj)
           
 Relation RelationFactoryPOATie.create(Operations ops, int expected_size)
           
 Relation RelationFactoryOperations.create(Operations ops, int expected_size)
           
 Relation RelationPOA._this()
           
 Relation RelationPOA._this(ORB orb)
           
 Relation _RelationFactoryStub.create(Operations ops, int expected_size)
           
 Relation RelationPOATie._this()
           
 Relation RelationPOATie._this(ORB orb)
           
 

Methods in org.omg.CosCollection with parameters of type Relation
static void RelationHelper.insert(Any any, Relation s)
           
static void RelationHelper.write(OutputStream _out, Relation s)
           
 

Constructors in org.omg.CosCollection with parameters of type Relation
RelationHolder(Relation initial)