Package net.opengis.wcs10
Class ClosureType
Object
AbstractEnumerator
ClosureType
- All Implemented Interfaces:
Serializable
,Enumerator
public final class ClosureType
extends AbstractEnumerator
A representation of the literals of the enumeration 'Closure Type',
and utility methods for working with them.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Closed' literal value.static final ClosureType
The 'Closed' literal object.static final int
The 'Closed Open' literal value.static final ClosureType
The 'Closed Open' literal object.static final int
The 'Open' literal value.static final int
The 'Open Closed' literal value.static final ClosureType
The 'Open Closed' literal object.static final ClosureType
The 'Open' literal object.static final List
A public read-only list of all the 'Closure Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ClosureType
get
(int value) Returns the 'Closure Type' literal with the specified integer value.static ClosureType
Returns the 'Closure Type' literal with the specified literal value.static ClosureType
Returns the 'Closure Type' literal with the specified name.Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
CLOSED
public static final int CLOSEDThe 'Closed' literal value. The specified minimum and maximum values are included in this range.- See Also:
-
OPEN
public static final int OPENThe 'Open' literal value. The specified minimum and maximum values are NOT included in this range.- See Also:
-
OPEN_CLOSED
public static final int OPEN_CLOSEDThe 'Open Closed' literal value. The specified minimum value is NOT included in this range, and the specified maximum value IS included in this range.- See Also:
-
CLOSED_OPEN
public static final int CLOSED_OPENThe 'Closed Open' literal value. The specified minimum value IS included in this range, and the specified maximum value is NOT included in this range.- See Also:
-
CLOSED_LITERAL
The 'Closed' literal object.- See Also:
-
OPEN_LITERAL
The 'Open' literal object.- See Also:
-
OPEN_CLOSED_LITERAL
The 'Open Closed' literal object.- See Also:
-
CLOSED_OPEN_LITERAL
The 'Closed Open' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Closure Type' enumerators.
-
-
Method Details
-
get
Returns the 'Closure Type' literal with the specified literal value. -
getByName
Returns the 'Closure Type' literal with the specified name. -
get
Returns the 'Closure Type' literal with the specified integer value.
-