Package net.opengis.gml311
Interface FeatureStyleType
- 
- All Superinterfaces:
- AbstractGMLType,- EObject,- Notifier
 - All Known Implementing Classes:
- FeatureStyleTypeImpl
 
 public interface FeatureStyleType extends AbstractGMLType A representation of the model object 'Feature Style Type'. [complexType of] The style descriptor for features.The following features are supported: - See Also:
- Gml311Package.getFeatureStyleType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseType()Returns the value of the 'Base Type' attribute.StringgetFeatureConstraint()Returns the value of the 'Feature Constraint' attribute.StringgetFeatureType()Returns the value of the 'Feature Type' attribute.EList<GeometryStylePropertyType>getGeometryStyle()Returns the value of the 'Geometry Style' containment reference list.LabelStylePropertyTypegetLabelStyle()Returns the value of the 'Label Style' containment reference.QueryGrammarEnumerationgetQueryGrammar()Returns the value of the 'Query Grammar' attribute.EList<TopologyStylePropertyType>getTopologyStyle()Returns the value of the 'Topology Style' containment reference list.booleanisSetQueryGrammar()Returns whether the value of the 'Query Grammar' attribute is set.voidsetBaseType(String value)Sets the value of the 'Base Type' attribute.voidsetFeatureConstraint(String value)Sets the value of the 'Feature Constraint' attribute.voidsetFeatureType(String value)Sets the value of the 'Feature Type' attribute.voidsetLabelStyle(LabelStylePropertyType value)Sets the value of the 'Label Style' containment reference.voidsetQueryGrammar(QueryGrammarEnumeration value)Sets the value of the 'Query Grammar' attribute.voidunsetQueryGrammar()Unsets the value of the 'Query Grammar' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getFeatureConstraintString getFeatureConstraint() Returns the value of the 'Feature Constraint' attribute.If the meaning of the 'Feature Constraint' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Feature Constraint' attribute.
- See Also:
- setFeatureConstraint(String),- Gml311Package.getFeatureStyleType_FeatureConstraint()
 
 - 
setFeatureConstraintvoid setFeatureConstraint(String value) Sets the value of the 'Feature Constraint' attribute.- Parameters:
- value- the new value of the 'Feature Constraint' attribute.
- See Also:
- getFeatureConstraint()
 
 - 
getGeometryStyleEList<GeometryStylePropertyType> getGeometryStyle() Returns the value of the 'Geometry Style' containment reference list. The list contents are of typeGeometryStylePropertyType.- Returns:
- the value of the 'Geometry Style' containment reference list.
- See Also:
- Gml311Package.getFeatureStyleType_GeometryStyle()
 
 - 
getTopologyStyleEList<TopologyStylePropertyType> getTopologyStyle() Returns the value of the 'Topology Style' containment reference list. The list contents are of typeTopologyStylePropertyType.- Returns:
- the value of the 'Topology Style' containment reference list.
- See Also:
- Gml311Package.getFeatureStyleType_TopologyStyle()
 
 - 
getLabelStyleLabelStylePropertyType getLabelStyle() Returns the value of the 'Label Style' containment reference.- Returns:
- the value of the 'Label Style' containment reference.
- See Also:
- setLabelStyle(LabelStylePropertyType),- Gml311Package.getFeatureStyleType_LabelStyle()
 
 - 
setLabelStylevoid setLabelStyle(LabelStylePropertyType value) Sets the value of the 'Label Style' containment reference.- Parameters:
- value- the new value of the 'Label Style' containment reference.
- See Also:
- getLabelStyle()
 
 - 
getBaseTypeString getBaseType() Returns the value of the 'Base Type' attribute.If the meaning of the 'Base Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Base Type' attribute.
- See Also:
- setBaseType(String),- Gml311Package.getFeatureStyleType_BaseType()
 
 - 
setBaseTypevoid setBaseType(String value) Sets the value of the 'Base Type' attribute.- Parameters:
- value- the new value of the 'Base Type' attribute.
- See Also:
- getBaseType()
 
 - 
getFeatureTypeString getFeatureType() Returns the value of the 'Feature Type' attribute.If the meaning of the 'Feature Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Feature Type' attribute.
- See Also:
- setFeatureType(String),- Gml311Package.getFeatureStyleType_FeatureType()
 
 - 
setFeatureTypevoid setFeatureType(String value) Sets the value of the 'Feature Type' attribute.- Parameters:
- value- the new value of the 'Feature Type' attribute.
- See Also:
- getFeatureType()
 
 - 
getQueryGrammarQueryGrammarEnumeration getQueryGrammar() Returns the value of the 'Query Grammar' attribute. The literals are from the enumerationQueryGrammarEnumeration.If the meaning of the 'Query Grammar' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Query Grammar' attribute.
- See Also:
- QueryGrammarEnumeration,- isSetQueryGrammar(),- unsetQueryGrammar(),- setQueryGrammar(QueryGrammarEnumeration),- Gml311Package.getFeatureStyleType_QueryGrammar()
 
 - 
setQueryGrammarvoid setQueryGrammar(QueryGrammarEnumeration value) Sets the value of the 'Query Grammar' attribute.- Parameters:
- value- the new value of the 'Query Grammar' attribute.
- See Also:
- QueryGrammarEnumeration,- isSetQueryGrammar(),- unsetQueryGrammar(),- getQueryGrammar()
 
 - 
unsetQueryGrammarvoid unsetQueryGrammar() Unsets the value of the 'Query Grammar' attribute.
 - 
isSetQueryGrammarboolean isSetQueryGrammar() Returns whether the value of the 'Query Grammar' attribute is set.- Returns:
- whether the value of the 'Query Grammar' attribute is set.
- See Also:
- unsetQueryGrammar(),- getQueryGrammar(),- setQueryGrammar(QueryGrammarEnumeration)
 
 
- 
 
-