|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Interface definition : PropertySet
| Method Summary | |
void |
define_properties(Property[] nproperties)
Operation define_properties |
void |
define_property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
Operation define_property |
boolean |
delete_all_properties()
Operation delete_all_properties |
void |
delete_properties(java.lang.String[] property_names)
Operation delete_properties |
void |
delete_property(java.lang.String property_name)
Operation delete_property |
void |
get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
Operation get_all_properties |
void |
get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
Operation get_all_property_names |
int |
get_number_of_properties()
Operation get_number_of_properties |
boolean |
get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
Operation get_properties |
org.omg.CORBA.Any |
get_property_value(java.lang.String property_name)
Operation get_property_value |
boolean |
is_property_defined(java.lang.String property_name)
Operation is_property_defined |
| Method Detail |
public void define_property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
throws InvalidPropertyName,
ConflictingProperty,
UnsupportedTypeCode,
UnsupportedProperty,
ReadOnlyProperty
public void define_properties(Property[] nproperties)
throws MultipleExceptions
public int get_number_of_properties()
public void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
public org.omg.CORBA.Any get_property_value(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
public boolean get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
public void get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
public void delete_property(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName,
FixedProperty
public void delete_properties(java.lang.String[] property_names)
throws MultipleExceptions
public boolean delete_all_properties()
public boolean is_property_defined(java.lang.String property_name)
throws InvalidPropertyName
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||