Package net.opengis.wfs
Class AllSomeType
Object
AbstractEnumerator
AllSomeType
- All Implemented Interfaces:
Serializable
,Enumerator
public final class AllSomeType
extends AbstractEnumerator
A representation of the literals of the enumeration 'All Some Type',
and utility methods for working with them.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'ALL' literal value.static final AllSomeType
The 'ALL' literal object.static final int
The 'SOME' literal value.static final AllSomeType
The 'SOME' literal object.static final List
A public read-only list of all the 'All Some Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic AllSomeType
get
(int value) Returns the 'All Some Type' literal with the specified integer value.static AllSomeType
Returns the 'All Some Type' literal with the specified literal value.static AllSomeType
Returns the 'All Some Type' literal with the specified name.Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
ALL
public static final int ALLThe 'ALL' literal value.If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SOME
public static final int SOMEThe 'SOME' literal value.If the meaning of 'SOME' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ALL_LITERAL
The 'ALL' literal object.- See Also:
-
SOME_LITERAL
The 'SOME' literal object.- See Also:
-
VALUES
A public read-only list of all the 'All Some Type' enumerators.
-
-
Method Details
-
get
Returns the 'All Some Type' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'All Some Type' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'All Some Type' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-