Interface Model::Tag

IDL source    Global index
interface Tag : TagClass, ModelElement


Operation index.

  • add_elements
  • add_elements_before
  • add_values
  • elements
  • modify_elements
  • modify_values
  • remove_elements
  • remove_values
  • set_elements
  • set_tag_id
  • set_values
  • tag_id
  • unset_values
  • values
  • Operations.

  • add_elements

      void add_elements(in Tag new_value)
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • add_elements_before

      void add_elements_before(in Tag new_value,
          in Tag before)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • add_values

      void add_values(in any new_value)
        raises(Reflective::SemanticError);

  • elements

      TagUList elements()
        raises(Reflective::SemanticError);

  • modify_elements

      void modify_elements(in Tag old_value,
          in Tag new_value)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • modify_values

      void modify_values(in any old_value,
          in any new_value)
        raises(Reflective::NotFound, Reflective::SemanticError);

  • remove_elements

      void remove_elements(in Tag old_value)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • remove_values

      void remove_values(in any old_value)
        raises(Reflective::NotFound, Reflective::SemanticError);

  • set_elements

      void set_elements(in TagUList new_values)
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • set_tag_id

      void set_tag_id(in string new_value)
        raises(Reflective::SemanticError);

  • set_values

      void set_values(in AnyBag new_value)
        raises(Reflective::SemanticError);

  • tag_id

      string tag_id()
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • unset_values

      void unset_values()
        raises(Reflective::SemanticError);

  • values

      AnyBag values()
        raises(Reflective::SemanticError);


    Generated by Sandia idldoc 1.0.