Package net.opengis.gml311
Interface StyleVariationType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
StyleVariationTypeImpl
public interface StyleVariationType
extends EObject
A representation of the model object 'Style Variation Type'.
Used to vary individual graphic parameters and attributes of the style, symbol or text.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Feature Property Range' attribute.Returns the value of the 'Style Property' attribute.getValue()
Returns the value of the 'Value' attribute.void
setFeaturePropertyRange
(String value) Sets the value of the 'Feature Property Range
' attribute.void
setStyleProperty
(String value) Sets the value of the 'Style Property
' attribute.void
Sets the value of the 'Value
' 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
-
getValue
String getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getFeaturePropertyRange
String getFeaturePropertyRange()Returns the value of the 'Feature Property Range' attribute.If the meaning of the 'Feature Property Range' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature Property Range' attribute.
- See Also:
-
setFeaturePropertyRange
Sets the value of the 'Feature Property Range
' attribute.- Parameters:
value
- the new value of the 'Feature Property Range' attribute.- See Also:
-
getStyleProperty
String getStyleProperty()Returns the value of the 'Style Property' attribute.If the meaning of the 'Style Property' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Style Property' attribute.
- See Also:
-
setStyleProperty
Sets the value of the 'Style Property
' attribute.- Parameters:
value
- the new value of the 'Style Property' attribute.- See Also:
-