Uses of Class
org.omg.CosPropertyService.PropertyDef

Packages that use PropertyDef
org.omg.CosPropertyService   
 

Uses of PropertyDef in org.omg.CosPropertyService
 

Fields in org.omg.CosPropertyService declared as PropertyDef
 PropertyDef[] PropertyDefsHolder.value
           
 PropertyDef PropertyDefHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertyDef
static PropertyDef PropertyDefHelper.extract(Any any)
           
static PropertyDef[] PropertyDefsHelper.extract(Any any)
           
static PropertyDef PropertyDefHelper.read(InputStream in)
           
static PropertyDef[] PropertyDefsHelper.read(InputStream _in)
           
 

Methods in org.omg.CosPropertyService with parameters of type PropertyDef
 PropertySetDef PropertySetDefFactoryOperations.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef _PropertySetDefFactoryStub.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef PropertySetDefFactoryPOATie.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef PropertySetDefFactoryOperations.create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 PropertySetDef _PropertySetDefFactoryStub.create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 PropertySetDef PropertySetDefFactoryPOATie.create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 void PropertySetDefPOATie.define_properties_with_modes(PropertyDef[] property_defs)
           
 void _PropertySetDefStub.define_properties_with_modes(PropertyDef[] property_defs)
           
 void PropertySetDefOperations.define_properties_with_modes(PropertyDef[] property_defs)
           
static void PropertyDefHelper.insert(Any any, PropertyDef s)
           
static void PropertyDefsHelper.insert(Any any, PropertyDef[] s)
           
static void PropertyDefHelper.write(OutputStream out, PropertyDef s)
           
static void PropertyDefsHelper.write(OutputStream _out, PropertyDef[] _s)
           
 

Constructors in org.omg.CosPropertyService with parameters of type PropertyDef
PropertyDefHolder(PropertyDef initial)
           
PropertyDefsHolder(PropertyDef[] initial)