Interface BooleanTaggedValue

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 BooleanTaggedValue extends TaggedValue
A representation of the model object 'Boolean Tagged Value'.

A BooleanTaggedValue designates that an entity modeled by an Element has a boolean tagged value or values.

The following features are supported:

Model:
Generated:
  • Method Details

    • getValue

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