SCS

Uses of Interface
scs.core.IMetaInterface

Packages that use IMetaInterface
scs.core   
 

Uses of IMetaInterface in scs.core
 

Classes in scs.core that implement IMetaInterface
 class _IMetaInterfaceStub
          scs/core/_IMetaInterfaceStub.java .
 

Fields in scs.core declared as IMetaInterface
 IMetaInterface IMetaInterfaceHolder.value
           
 

Methods in scs.core that return IMetaInterface
 IMetaInterface IMetaInterfacePOA._this()
           
 IMetaInterface IMetaInterfacePOA._this(org.omg.CORBA.ORB orb)
           
static IMetaInterface IMetaInterfaceHelper.extract(org.omg.CORBA.Any a)
           
static IMetaInterface IMetaInterfaceHelper.narrow(org.omg.CORBA.Object obj)
           
static IMetaInterface IMetaInterfaceHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static IMetaInterface IMetaInterfaceHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in scs.core with parameters of type IMetaInterface
static void IMetaInterfaceHelper.insert(org.omg.CORBA.Any a, IMetaInterface that)
           
static void IMetaInterfaceHelper.write(org.omg.CORBA.portable.OutputStream ostream, IMetaInterface value)
           
 

Constructors in scs.core with parameters of type IMetaInterface
IMetaInterfaceHolder(IMetaInterface initialValue)
           
 


SCS