Interface Reflective::RefObject
IDL source Global index
interface RefObject : RefBaseObject
- add_value
- add_value_at
- add_value_before
- all_objects
- create_instance
- invoke_operation
- is_instance_of
- modify_value
- modify_value_at
- remove_value
- remove_value_at
- set_value
- value
void add_value(in DesignatorType feature,
in ValueType value)
raises(InvalidDesignator, InvalidValue, StructuralError, ConstraintError, SemanticError);
-
void add_value_at(in DesignatorType feature,
in ValueType value,
in long position)
raises(InvalidDesignator, InvalidValue, BadPosition, StructuralError, ConstraintError, SemanticError);
-
void add_value_before(in DesignatorType feature,
in ValueType value,
in ValueType existing_value)
raises(InvalidDesignator, InvalidValue, NotFound, StructuralError, ConstraintError, SemanticError);
-
RefObjectSet all_objects(in boolean include_subtypes);
-
RefObject create_instance(in ValueTypeList args)
raises(TooManyParameters, MissingParameter, InvalidValue, AlreadyCreated, StructuralError, ConstraintError, SemanticError);
-
ValueType invoke_operation(in DesignatorType requested_operation,
in ValueTypeList args)
raises(InvalidDesignator, TooManyParameters, MissingParameter, InvalidValue, OtherException, ConstraintError, SemanticError);
-
boolean is_instance_of(in DesignatorType obj_type,
in boolean consider_subtypes);
-
void modify_value(in DesignatorType feature,
in ValueType existing_value,
in ValueType new_value)
raises(InvalidDesignator, InvalidValue, NotFound, StructuralError, ConstraintError, SemanticError);
-
void modify_value_at(in DesignatorType feature,
in ValueType new_value,
in long position)
raises(InvalidDesignator, InvalidValue, BadPosition, StructuralError, ConstraintError, SemanticError);
-
void remove_value(in DesignatorType feature,
in ValueType existing_value)
raises(InvalidDesignator, InvalidValue, NotFound, StructuralError, ConstraintError, SemanticError);
-
void remove_value_at(in DesignatorType feature,
in long position)
raises(InvalidDesignator, InvalidValue, BadPosition, NotFound, StructuralError, ConstraintError, SemanticError);
-
void set_value(in DesignatorType feature,
in ValueType value)
raises(InvalidDesignator, InvalidValue, StructuralError, ConstraintError, SemanticError);
-
ValueType value(in DesignatorType feature)
raises(InvalidDesignator, SemanticError);
-
Generated by Sandia idldoc 1.0.