Package net.opengis.wmts.v_1
Interface ThemeType
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
ThemeTypeImpl
A representation of the model object 'Theme Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Identifier' containment reference.EList<String>
Returns the value of the 'Layer Ref' attribute list.EList<ThemeType>
getTheme()
Returns the value of the 'Theme' containment reference list.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIdentifier
CodeType getIdentifier()Returns the value of the 'Identifier' containment reference. Name of the theme- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
-
setIdentifier
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
-
getTheme
EList<ThemeType> getTheme()Returns the value of the 'Theme' containment reference list. The list contents are of typeThemeType
. Metadata describing the child (subordinate) themes of this theme where layers available on this server can be classified- Returns:
- the value of the 'Theme' containment reference list.
- See Also:
-
getLayerRef
EList<String> getLayerRef()Returns the value of the 'Layer Ref' attribute list. The list contents are of typeString
. Reference to layer- Returns:
- the value of the 'Layer Ref' attribute list.
- See Also:
-