Package net.opengis.gml311
Interface StyleVariationType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
StyleVariationTypeImpl
public interface StyleVariationType extends EObjectA 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:
Gml311Package.getStyleVariationType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeaturePropertyRange()Returns the value of the 'Feature Property Range' attribute.StringgetStyleProperty()Returns the value of the 'Style Property' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetFeaturePropertyRange(String value)Sets the value of the 'Feature Property Range' attribute.voidsetStyleProperty(String value)Sets the value of the 'Style Property' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.
-
-
-
Method Detail
-
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(String),Gml311Package.getStyleVariationType_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
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(String),Gml311Package.getStyleVariationType_FeaturePropertyRange()
-
setFeaturePropertyRange
void setFeaturePropertyRange(String value)
Sets the value of the 'Feature Property Range' attribute.- Parameters:
value- the new value of the 'Feature Property Range' attribute.- See Also:
getFeaturePropertyRange()
-
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(String),Gml311Package.getStyleVariationType_StyleProperty()
-
setStyleProperty
void setStyleProperty(String value)
Sets the value of the 'Style Property' attribute.- Parameters:
value- the new value of the 'Style Property' attribute.- See Also:
getStyleProperty()
-
-