Interface ElementTaggedValue

  • All Superinterfaces:
    BaseElement, java.lang.Cloneable, java.lang.Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, ModelObject, org.eclipse.emf.common.notify.Notifier, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TaggedValue

    public interface ElementTaggedValue
    extends TaggedValue
    A representation of the model object 'Element Tagged Value'.

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

    The following features are supported:

    Model:
    Generated:
    • Method Detail

      • getValue

        java.util.List<Element> getValue()
        Returns the value of the 'Value' reference list. The list contents are of type Element. It is bidirectional and its opposite is 'Element Tagged Value'. The values held by the ElementTaggedValue.
        Specified by:
        getValue in interface TaggedValue
        Returns:
        the value of the 'Value' reference list.
        See Also:
        Element.get_elementTaggedValue()
        Model:
        opposite="_elementTaggedValue"
        Generated: