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