Package net.opengis.gml311
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:
Gml311Package.getLabelStyleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelType
getLabel()
Returns the value of the 'Label' containment reference.String
getStyle()
Returns the value of the 'Style' attribute.void
setLabel(LabelType value)
Sets the value of the 'Label
' containment reference.void
setStyle(String value)
Sets the value of the 'Style
' attribute.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
-
-
-
-
Method Detail
-
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(String)
,Gml311Package.getLabelStyleType_Style()
-
setStyle
void setStyle(String value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
getStyle()
-
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(LabelType)
,Gml311Package.getLabelStyleType_Label()
-
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:
getLabel()
-
-