CosPropertyService_PropertySetDef_impl
Functions
init(X1) -> term()
terminate(Reason, State) -> term()
code_change(OldVsn, State, Extra) -> term()
define_property(OE_This, State, Name, Value) -> term()
get_property_value(OE_THIS, State, Name) -> term()
delete_property(OE_THIS, State, Name) -> term()
define_properties(OE_THIS, State, PropertySeq) -> term()
get_number_of_properties(OE_THIS, State) -> term()
get_all_property_names(OE_THIS, State, Max) -> term()
get_properties(OE_THIS, State, PropertyNames) -> term()
get_all_properties(OE_THIS, State, Max) -> term()
delete_properties(OE_THIS, State, PropertyNames) -> term()
delete_all_properties(OE_THIS, State) -> term()
is_property_defined(OE_THIS, State, Name) -> term()
get_allowed_property_types(OE_THIS, State) -> term()
get_allowed_properties(OE_THIS, State) -> term()
define_property_with_mode(OE_THIS, State, Name, Value, Mode) -> term()
define_properties_with_modes(OE_THIS, State, PropertyDefSeq) -> term()
get_property_mode(OE_THIS, State, Name) -> term()
get_property_modes(OE_THIS, State, PropertyNames) -> term()
set_property_mode(OE_THIS, State, Name, Mode) -> term()
set_property_modes(OE_THIS, State, PropertyModes) -> term()
dump() -> term()
View Functions
- init/1
- terminate/2
- code_change/3
- define_property/4
- get_property_value/3
- delete_property/3
- define_properties/3
- get_number_of_properties/2
- get_all_property_names/3
- get_properties/3
- get_all_properties/3
- delete_properties/3
- delete_all_properties/2
- is_property_defined/3
- get_allowed_property_types/2
- get_allowed_properties/2
- define_property_with_mode/5
- define_properties_with_modes/3
- get_property_mode/3
- get_property_modes/3
- set_property_mode/4
- set_property_modes/3
- dump/0