Package net.opengis.wcs10
Interface AxisDescriptionType1
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AxisDescriptionType1Impl
public interface AxisDescriptionType1 extends EObject
A representation of the model object 'Axis Description Type1'.The following features are supported:
- See Also:
Wcs10Package.getAxisDescriptionType1()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AxisDescriptionType
getAxisDescription()
Returns the value of the 'Axis Description' containment reference.void
setAxisDescription(AxisDescriptionType value)
Sets the value of the 'Axis Description
' containment reference.
-
-
-
Method Detail
-
getAxisDescription
AxisDescriptionType getAxisDescription()
Returns the value of the 'Axis Description' containment reference.If the meaning of the 'Axis Description' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Axis Description' containment reference.
- See Also:
setAxisDescription(AxisDescriptionType)
,Wcs10Package.getAxisDescriptionType1_AxisDescription()
-
setAxisDescription
void setAxisDescription(AxisDescriptionType value)
Sets the value of the 'Axis Description
' containment reference.- Parameters:
value
- the new value of the 'Axis Description' containment reference.- See Also:
getAxisDescription()
-
-