Uses of Class
org.omg.CosPropertyService.ReadOnlyProperty

Packages that use ReadOnlyProperty
org.omg.CosPropertyService   
 

Uses of ReadOnlyProperty in org.omg.CosPropertyService
 

Methods in org.omg.CosPropertyService that return ReadOnlyProperty
static ReadOnlyProperty ReadOnlyPropertyHelper.extract(Any any)
           
static ReadOnlyProperty ReadOnlyPropertyHelper.read(InputStream in)
           
 

Methods in org.omg.CosPropertyService with parameters of type ReadOnlyProperty
static void ReadOnlyPropertyHelper.insert(Any any, ReadOnlyProperty s)
           
static void ReadOnlyPropertyHelper.write(OutputStream out, ReadOnlyProperty s)
           
 

Methods in org.omg.CosPropertyService that throw ReadOnlyProperty
 void PropertySetDefPOATie.define_property_with_mode(java.lang.String property_name, Any property_value, PropertyModeType property_mode)
           
 void _PropertySetDefStub.define_property_with_mode(java.lang.String property_name, Any property_value, PropertyModeType property_mode)
           
 void PropertySetDefOperations.define_property_with_mode(java.lang.String property_name, Any property_value, PropertyModeType property_mode)
           
 void PropertySetDefPOATie.define_property(java.lang.String property_name, Any property_value)
           
 void _PropertySetStub.define_property(java.lang.String property_name, Any property_value)
           
 void PropertySetPOATie.define_property(java.lang.String property_name, Any property_value)
           
 void _PropertySetDefStub.define_property(java.lang.String property_name, Any property_value)
           
 void PropertySetOperations.define_property(java.lang.String property_name, Any property_value)