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