Uses of Interface
org.omg.CosPropertyService.PropertySetDef

Packages that use PropertySetDef
org.omg.CosPropertyService   
 

Uses of PropertySetDef in org.omg.CosPropertyService
 

Classes in org.omg.CosPropertyService that implement PropertySetDef
 class _PropertySetDefStub
          Generated from IDL interface "PropertySetDef".
 

Fields in org.omg.CosPropertyService declared as PropertySetDef
 PropertySetDef PropertySetDefHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertySetDef
 PropertySetDef PropertySetDefPOA._this()
           
 PropertySetDef PropertySetDefPOATie._this()
           
 PropertySetDef PropertySetDefPOA._this(ORB orb)
           
 PropertySetDef PropertySetDefPOATie._this(ORB orb)
           
 PropertySetDef PropertySetDefFactoryOperations.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 _PropertySetDefFactoryStub.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef PropertySetDefFactoryOperations.create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 PropertySetDef PropertySetDefFactoryPOATie.create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 PropertySetDef _PropertySetDefFactoryStub.create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 PropertySetDef PropertySetDefFactoryOperations.create_propertysetdef()
           
 PropertySetDef PropertySetDefFactoryPOATie.create_propertysetdef()
           
 PropertySetDef _PropertySetDefFactoryStub.create_propertysetdef()
           
static PropertySetDef PropertySetDefHelper.extract(Any any)
           
static PropertySetDef PropertySetDefHelper.narrow(Object obj)
           
static PropertySetDef PropertySetDefHelper.read(InputStream in)
           
static PropertySetDef PropertySetDefHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosPropertyService with parameters of type PropertySetDef
static void PropertySetDefHelper.insert(Any any, PropertySetDef s)
           
static void PropertySetDefHelper.write(OutputStream _out, PropertySetDef s)
           
 

Constructors in org.omg.CosPropertyService with parameters of type PropertySetDef
PropertySetDefHolder(PropertySetDef initial)