Uses of Class
org.omg.CosPropertyService.ConflictingProperty

Packages that use ConflictingProperty
org.omg.CosPropertyService   
 

Uses of ConflictingProperty in org.omg.CosPropertyService
 

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

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

Methods in org.omg.CosPropertyService that throw ConflictingProperty
 void _PropertySetDefStub.define_property_with_mode(java.lang.String property_name, Any property_value, PropertyModeType property_mode)
           
 void PropertySetDefPOATie.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 _PropertySetDefStub.define_property(java.lang.String property_name, Any property_value)
           
 void _PropertySetStub.define_property(java.lang.String property_name, Any property_value)
           
 void PropertySetDefPOATie.define_property(java.lang.String property_name, Any property_value)
           
 void PropertySetOperations.define_property(java.lang.String property_name, Any property_value)
           
 void PropertySetPOATie.define_property(java.lang.String property_name, Any property_value)