SCS

Uses of Class
scs.auxiliar.ReadOnlyProperty

Packages that use ReadOnlyProperty
scs.auxiliar   
 

Uses of ReadOnlyProperty in scs.auxiliar
 

Fields in scs.auxiliar declared as ReadOnlyProperty
 ReadOnlyProperty ReadOnlyPropertyHolder.value
           
 

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

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

Methods in scs.auxiliar that throw ReadOnlyProperty
 void _ComponentPropertiesStub.setProperty(Property property)
           
 void ComponentPropertiesOperations.setProperty(Property property)
           
 void ComponentPropertiesPOATie.setProperty(Property property)
           
 

Constructors in scs.auxiliar with parameters of type ReadOnlyProperty
ReadOnlyPropertyHolder(ReadOnlyProperty initialValue)
           
 


SCS