Interface LabelType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    LabelTypeImpl

    public interface LabelType
    extends EObject
    A representation of the model object 'Label Type'. Label is mixed -- composed of text and XPath expressions used to extract the useful information from the feature.

    The following features are supported:

    See Also:
    Gml311Package.getLabelType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EList<String> getLabelExpression()
      Returns the value of the 'Label Expression' attribute list.
      FeatureMap getMixed()
      Returns the value of the 'Mixed' attribute list.
      String getTransform()
      Returns the value of the 'Transform' attribute.
      void setTransform​(String value)
      Sets the value of the 'Transform' attribute.
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getMixed

        FeatureMap getMixed()
        Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

        If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Mixed' attribute list.
        See Also:
        Gml311Package.getLabelType_Mixed()
      • getLabelExpression

        EList<String> getLabelExpression()
        Returns the value of the 'Label Expression' attribute list. The list contents are of type String.

        If the meaning of the 'Label Expression' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Label Expression' attribute list.
        See Also:
        Gml311Package.getLabelType_LabelExpression()
      • setTransform

        void setTransform​(String value)
        Sets the value of the 'Transform' attribute.
        Parameters:
        value - the new value of the 'Transform' attribute.
        See Also:
        getTransform()