SCS

Uses of Class
scs.auxiliar.UndefinedProperty

Packages that use UndefinedProperty
scs.auxiliar   
 

Uses of UndefinedProperty in scs.auxiliar
 

Fields in scs.auxiliar declared as UndefinedProperty
 UndefinedProperty UndefinedPropertyHolder.value
           
 

Methods in scs.auxiliar that return UndefinedProperty
static UndefinedProperty UndefinedPropertyHelper.extract(org.omg.CORBA.Any a)
           
static UndefinedProperty UndefinedPropertyHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Methods in scs.auxiliar that throw UndefinedProperty
 Property _ComponentPropertiesStub.getProperty(java.lang.String name)
           
 Property ComponentPropertiesOperations.getProperty(java.lang.String name)
           
 Property ComponentPropertiesPOATie.getProperty(java.lang.String name)
           
 

Constructors in scs.auxiliar with parameters of type UndefinedProperty
UndefinedPropertyHolder(UndefinedProperty initialValue)
           
 


SCS