|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
net.opengis.wfs.AllSomeType
public final class AllSomeType
A representation of the literals of the enumeration 'All Some Type', and utility methods for working with them.
WfsPackage.getAllSomeType()
,
Serialized FormField Summary | |
---|---|
static int |
ALL
The 'ALL' literal value. |
static AllSomeType |
ALL_LITERAL
The 'ALL' literal object. |
static int |
SOME
The 'SOME' literal value. |
static AllSomeType |
SOME_LITERAL
The 'SOME' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'All Some Type' enumerators. |
Method Summary | |
---|---|
static AllSomeType |
get(int value)
Returns the 'All Some Type' literal with the specified integer value. |
static AllSomeType |
get(java.lang.String literal)
Returns the 'All Some Type' literal with the specified literal value. |
static AllSomeType |
getByName(java.lang.String name)
Returns the 'All Some Type' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ALL
If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...
ALL_LITERAL
,
Constant Field Valuespublic static final int SOME
If the meaning of 'SOME' literal object isn't clear, there really should be more of a description here...
SOME_LITERAL
,
Constant Field Valuespublic static final AllSomeType ALL_LITERAL
ALL
public static final AllSomeType SOME_LITERAL
SOME
public static final java.util.List VALUES
Method Detail |
---|
public static AllSomeType get(java.lang.String literal)
public static AllSomeType getByName(java.lang.String name)
public static AllSomeType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |