SCS

Uses of Interface
scs.auxiliar.ComponentProperties

Packages that use ComponentProperties
scs.auxiliar   
 

Uses of ComponentProperties in scs.auxiliar
 

Classes in scs.auxiliar that implement ComponentProperties
 class _ComponentPropertiesStub
          scs/auxiliar/_ComponentPropertiesStub.java .
 

Fields in scs.auxiliar declared as ComponentProperties
 ComponentProperties ComponentPropertiesHolder.value
           
 

Methods in scs.auxiliar that return ComponentProperties
 ComponentProperties ComponentPropertiesPOA._this()
           
 ComponentProperties ComponentPropertiesPOA._this(org.omg.CORBA.ORB orb)
           
static ComponentProperties ComponentPropertiesHelper.extract(org.omg.CORBA.Any a)
           
static ComponentProperties ComponentPropertiesHelper.narrow(org.omg.CORBA.Object obj)
           
static ComponentProperties ComponentPropertiesHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ComponentProperties ComponentPropertiesHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in scs.auxiliar with parameters of type ComponentProperties
ComponentPropertiesHolder(ComponentProperties initialValue)
           
 


SCS