Package net.opengis.gml311
Interface StyleType
- All Superinterfaces:
- AbstractGMLType,- AbstractStyleType,- EObject,- Notifier
- All Known Implementing Classes:
- StyleTypeImpl
 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:
- 
Method SummaryModifier and TypeMethodDescriptionEList<FeatureStylePropertyType>Returns the value of the 'Feature Style' containment reference list.Returns the value of the 'Graph Style' containment reference.voidSets the value of the 'Graph Style' containment reference.Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
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:
 
- 
getGraphStyleGraphStylePropertyType getGraphStyle()Returns the value of the 'Graph Style' containment reference.- Returns:
- the value of the 'Graph Style' containment reference.
- See Also:
 
- 
setGraphStyleSets the value of the 'Graph Style' containment reference.- Parameters:
- value- the new value of the 'Graph Style' containment reference.
- See Also:
 
 
-