Interface LabelStyleType

All Superinterfaces:
AbstractGMLType, BaseStyleDescriptorType, EObject, Notifier
All Known Implementing Classes:
LabelStyleTypeImpl

public interface LabelStyleType extends BaseStyleDescriptorType
A representation of the model object 'Label Style Type'. [complexType of] The style descriptor for labels of a feature, geometry or topology.

The following features are supported:

See Also:
  • Method Details

    • getStyle

      String getStyle()
      Returns the value of the 'Style' attribute.

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

      Returns:
      the value of the 'Style' attribute.
      See Also:
    • setStyle

      void setStyle(String value)
      Sets the value of the 'Style' attribute.
      Parameters:
      value - the new value of the 'Style' attribute.
      See Also:
    • getLabel

      LabelType getLabel()
      Returns the value of the 'Label' containment reference.

      If the meaning of the 'Label' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Label' containment reference.
      See Also:
    • setLabel

      void setLabel(LabelType value)
      Sets the value of the 'Label' containment reference.
      Parameters:
      value - the new value of the 'Label' containment reference.
      See Also: