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:
  • Method Summary

    Modifier and Type
    Method
    Description
    EList<String>
    Returns the value of the 'Label Expression' attribute list.
    FeatureMap
    Returns the value of the 'Mixed' attribute list.
    Returns the value of the 'Transform' attribute.
    void
    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 Details

    • 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:
    • 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:
    • getTransform

      String getTransform()
      Returns the value of the 'Transform' attribute. Defines the geometric transformation of entities. There is no particular grammar defined for this value.
      Returns:
      the value of the 'Transform' attribute.
      See Also:
    • setTransform

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