Package net.opengis.wmts.v_1
Interface DimensionNameValueType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DimensionNameValueTypeImpl
 
 public interface DimensionNameValueType extends EObjectA representation of the model object 'Dimension Name Value Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.StringgetValue()Returns the value of the 'Value' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetValue(String value)Sets the value of the 'Value' attribute.
 
- 
- 
- 
Method Detail- 
getValueString 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()
 
 - 
setValuevoid setValue(String value) Sets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
- getValue()
 
 - 
getNameString 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()
 
 
- 
 
-