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 SummaryAll 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- 
getValueString 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()
 
 - 
setValuevoid setValue(String value) Sets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
- getValue()
 
 - 
getFeaturePropertyRangeString 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()
 
 - 
setFeaturePropertyRangevoid 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()
 
 - 
getStylePropertyString 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()
 
 - 
setStylePropertyvoid setStyleProperty(String value) Sets the value of the 'Style Property' attribute.- Parameters:
- value- the new value of the 'Style Property' attribute.
- See Also:
- getStyleProperty()
 
 
- 
 
-