Package net.opengis.wmts.v_1
Interface DimensionNameValueType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
DimensionNameValueTypeImpl
public interface DimensionNameValueType
extends EObject
A representation of the model object 'Dimension Name Value Type'.
The following features are supported:
-
Method Summary
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
-
getValue
String getValue()Returns the value of the 'Value' attribute. Dimension value- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute. Dimension name- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-