Package net.opengis.gml311
Interface StyleType
- 
- All Superinterfaces:
- AbstractGMLType,- AbstractStyleType,- EObject,- Notifier
 - All Known Implementing Classes:
- StyleTypeImpl
 
 public interface StyleType extends AbstractStyleType A representation of the model object 'Style Type'. [complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.The following features are supported: - See Also:
- Gml311Package.getStyleType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<FeatureStylePropertyType>getFeatureStyle()Returns the value of the 'Feature Style' containment reference list.GraphStylePropertyTypegetGraphStyle()Returns the value of the 'Graph Style' containment reference.voidsetGraphStyle(GraphStylePropertyType value)Sets the value of the 'Graph Style' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 
- 
 
- 
- 
- 
Method Detail- 
getFeatureStyleEList<FeatureStylePropertyType> getFeatureStyle() Returns the value of the 'Feature Style' containment reference list. The list contents are of typeFeatureStylePropertyType.- Returns:
- the value of the 'Feature Style' containment reference list.
- See Also:
- Gml311Package.getStyleType_FeatureStyle()
 
 - 
getGraphStyleGraphStylePropertyType getGraphStyle() Returns the value of the 'Graph Style' containment reference.- Returns:
- the value of the 'Graph Style' containment reference.
- See Also:
- setGraphStyle(GraphStylePropertyType),- Gml311Package.getStyleType_GraphStyle()
 
 - 
setGraphStylevoid setGraphStyle(GraphStylePropertyType value) Sets the value of the 'Graph Style' containment reference.- Parameters:
- value- the new value of the 'Graph Style' containment reference.
- See Also:
- getGraphStyle()
 
 
- 
 
-