Package net.opengis.wcs20
Enum Class Section
- All Implemented Interfaces:
- Serializable,- Comparable<Section>,- Constable,- Enumerator
 A representation of the literals of the enumeration 'Section',
 and utility methods for working with them.
 
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe 'ALL' literal object.The 'CoverageDescriptions' literal object.The 'CONTAINS' literal object.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe 'CONTAINS' literal value.static final intThe 'OVERLAPS' literal value.static final intThe 'CONTAINS' literal value.A public read-only list of all the 'Section' enumerators.
- 
Method SummaryModifier and TypeMethodDescriptionstatic Sectionget(int value) Returns the 'Section' literal with the specified integer value.static SectionReturns the 'Section' literal with the specified literal value.static SectionReturns the 'Section' literal with the specified name.getName()intgetValue()toString()Returns the literal value of the enumerator, which is its string representation.static SectionReturns the enum constant of this class with the specified name.static Section[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
COVERAGEDESCRIPTIONSThe 'CoverageDescriptions' literal object.- See Also:
- 
- #CoverageDescriptions_VALUE
 
 
- 
DATASETSERIESDESCRIPTIONSThe 'CONTAINS' literal object.- See Also:
- 
- #DatasetSeriesDescriptions_VALUE
 
 
- 
ALLThe 'ALL' literal object.- See Also:
 
 
- 
- 
Field Details- 
COVERAGEDESCRIPTIONS_VALUEpublic static final int COVERAGEDESCRIPTIONS_VALUEThe 'OVERLAPS' literal value.If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here... - See Also:
- 
- #OVERLAPS
- Constant Field Values
 
 
- 
DATASETSERIESDESCRIPTIONS_VALUEpublic static final int DATASETSERIESDESCRIPTIONS_VALUEThe 'CONTAINS' literal value.If the meaning of 'CONTAINS' literal object isn't clear, there really should be more of a description here... - See Also:
- 
- #CONTAINS
- Constant Field Values
 
 
- 
ALL_VALUEpublic static final int ALL_VALUEThe 'CONTAINS' literal value.If the meaning of 'CONTAINS' literal object isn't clear, there really should be more of a description here... - See Also:
- 
- #CONTAINS
- Constant Field Values
 
 
- 
VALUESA public read-only list of all the 'Section' enumerators.
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getReturns the 'Section' literal with the specified literal value.
- 
getByNameReturns the 'Section' literal with the specified name.
- 
getReturns the 'Section' literal with the specified integer value.
- 
getValuepublic int getValue()- Specified by:
- getValuein interface- Enumerator
 
- 
getName- Specified by:
- getNamein interface- Enumerator
 
- 
getLiteral- Specified by:
- getLiteralin interface- Enumerator
 
- 
toStringReturns the literal value of the enumerator, which is its string representation.
 
-