Package net.opengis.wcs10
Interface ValueRangeType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
IntervalType
- All Known Implementing Classes:
IntervalTypeImpl
,ValueRangeTypeImpl
public interface ValueRangeType extends EObject
A representation of the model object 'Value Range Type'. The range of an interval. If the "min" or "max" element is not included, there is no value limit in that direction. Inclusion of the specified minimum and maximum values in the range shall be defined by the "closure". (The interval can be bounded or semi-bounded with different closures.) The data type and the semantic of the values are inherited by children and may be superceded by them. This range may be qualitative, i.e., nominal (age range) or qualitative (percentage) meaning that a value between min/max can be queried.The following features are supported:
- See Also:
Wcs10Package.getValueRangeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClosureType
getClosure()
Returns the value of the 'Closure' attribute.TypedLiteralType
getMax()
Returns the value of the 'Max' containment reference.TypedLiteralType
getMin()
Returns the value of the 'Min' containment reference.String
getSemantic()
Returns the value of the 'Semantic' attribute.String
getType()
Returns the value of the 'Type' attribute.boolean
isAtomic()
Returns the value of the 'Atomic' attribute.boolean
isSetAtomic()
Returns whether the value of the 'Atomic
' attribute is set.boolean
isSetClosure()
Returns whether the value of the 'Closure
' attribute is set.void
setAtomic(boolean value)
Sets the value of the 'Atomic
' attribute.void
setClosure(ClosureType value)
Sets the value of the 'Closure
' attribute.void
setMax(TypedLiteralType value)
Sets the value of the 'Max
' containment reference.void
setMin(TypedLiteralType value)
Sets the value of the 'Min
' containment reference.void
setSemantic(String value)
Sets the value of the 'Semantic
' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.void
unsetAtomic()
Unsets the value of the 'Atomic
' attribute.void
unsetClosure()
Unsets the value of the 'Closure
' attribute.
-
-
-
Method Detail
-
getMin
TypedLiteralType getMin()
Returns the value of the 'Min' containment reference. Minimum value of this numeric parameter.- Returns:
- the value of the 'Min' containment reference.
- See Also:
setMin(TypedLiteralType)
,Wcs10Package.getValueRangeType_Min()
-
setMin
void setMin(TypedLiteralType value)
Sets the value of the 'Min
' containment reference.- Parameters:
value
- the new value of the 'Min' containment reference.- See Also:
getMin()
-
getMax
TypedLiteralType getMax()
Returns the value of the 'Max' containment reference. Maximum value of this numeric parameter.- Returns:
- the value of the 'Max' containment reference.
- See Also:
setMax(TypedLiteralType)
,Wcs10Package.getValueRangeType_Max()
-
setMax
void setMax(TypedLiteralType value)
Sets the value of the 'Max
' containment reference.- Parameters:
value
- the new value of the 'Max' containment reference.- See Also:
getMax()
-
isAtomic
boolean isAtomic()
Returns the value of the 'Atomic' attribute. The default value is"false"
. What does this attribute mean? Is it useful and not redundant? When should this attribute be included or omitted? TBD.- Returns:
- the value of the 'Atomic' attribute.
- See Also:
isSetAtomic()
,unsetAtomic()
,setAtomic(boolean)
,Wcs10Package.getValueRangeType_Atomic()
-
setAtomic
void setAtomic(boolean value)
Sets the value of the 'Atomic
' attribute.- Parameters:
value
- the new value of the 'Atomic' attribute.- See Also:
isSetAtomic()
,unsetAtomic()
,isAtomic()
-
unsetAtomic
void unsetAtomic()
Unsets the value of the 'Atomic
' attribute.- See Also:
isSetAtomic()
,isAtomic()
,setAtomic(boolean)
-
isSetAtomic
boolean isSetAtomic()
Returns whether the value of the 'Atomic
' attribute is set.- Returns:
- whether the value of the 'Atomic' attribute is set.
- See Also:
unsetAtomic()
,isAtomic()
,setAtomic(boolean)
-
getClosure
ClosureType getClosure()
Returns the value of the 'Closure' attribute. The default value is"closed"
. The literals are from the enumerationClosureType
. Shall be included unless the default value applies.- Returns:
- the value of the 'Closure' attribute.
- See Also:
ClosureType
,isSetClosure()
,unsetClosure()
,setClosure(ClosureType)
,Wcs10Package.getValueRangeType_Closure()
-
setClosure
void setClosure(ClosureType value)
Sets the value of the 'Closure
' attribute.- Parameters:
value
- the new value of the 'Closure' attribute.- See Also:
ClosureType
,isSetClosure()
,unsetClosure()
,getClosure()
-
unsetClosure
void unsetClosure()
Unsets the value of the 'Closure
' attribute.- See Also:
isSetClosure()
,getClosure()
,setClosure(ClosureType)
-
isSetClosure
boolean isSetClosure()
Returns whether the value of the 'Closure
' attribute is set.- Returns:
- whether the value of the 'Closure' attribute is set.
- See Also:
unsetClosure()
,getClosure()
,setClosure(ClosureType)
-
getSemantic
String getSemantic()
Returns the value of the 'Semantic' attribute. Can be omitted when the semantics or meaning of values in this interval is clearly specified elsewhere, or the "semantic" attribute is included in an enclosing element.- Returns:
- the value of the 'Semantic' attribute.
- See Also:
setSemantic(String)
,Wcs10Package.getValueRangeType_Semantic()
-
setSemantic
void setSemantic(String value)
Sets the value of the 'Semantic
' attribute.- Parameters:
value
- the new value of the 'Semantic' attribute.- See Also:
getSemantic()
-
getType
String getType()
Returns the value of the 'Type' attribute. Can be omitted when the datatype of values in this interval is string, or the "type" attribute is included in an enclosing element.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,Wcs10Package.getValueRangeType_Type()
-
-