Interface IntegerTaggedValue

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, org.eclipse.emf.common.notify.Notifier, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TaggedValue

public interface IntegerTaggedValue extends TaggedValue
A representation of the model object 'Integer Tagged Value'.

An IntegerTaggedValue designates that an entity modeled by an Element has an integer tagged value or values.

The following features are supported:

Model:
Generated:
  • Method Details

    • getValue

      List<Integer> getValue()
      Returns the value of the 'Value' attribute list. The list contents are of type Integer. The values held by the IntegerTaggedValue.
      Specified by:
      getValue in interface TaggedValue
      Returns:
      the value of the 'Value' attribute list.
      Model:
      unique="false" dataType="uml.Integer"
      Generated: