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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setValue(String value)
Sets the value of the 'Value
' attribute.
-
-
-
Method Detail
-
getValue
String getValue()
Returns the value of the 'Value' attribute. Dimension value- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,wmtsv_1Package.getDimensionNameValueType_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
getName
String getName()
Returns the value of the 'Name' attribute. Dimension name- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,wmtsv_1Package.getDimensionNameValueType_Name()
-
-