|
||||||||||
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.ResultTypeType
public final class ResultTypeType
A representation of the literals of the enumeration 'Result Type Type', and utility methods for working with them.
WfsPackage.getResultTypeType()
,
Serialized FormField Summary | |
---|---|
static int |
HITS
The 'Hits' literal value. |
static ResultTypeType |
HITS_LITERAL
The 'Hits' literal object. |
static int |
RESULTS
The 'Results' literal value. |
static ResultTypeType |
RESULTS_LITERAL
The 'Results' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Result Type Type' enumerators. |
Method Summary | |
---|---|
static ResultTypeType |
get(int value)
Returns the 'Result Type Type' literal with the specified integer value. |
static ResultTypeType |
get(java.lang.String literal)
Returns the 'Result Type Type' literal with the specified literal value. |
static ResultTypeType |
getByName(java.lang.String name)
Returns the 'Result Type 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 RESULTS
RESULTS_LITERAL
,
Constant Field Valuespublic static final int HITS
HITS_LITERAL
,
Constant Field Valuespublic static final ResultTypeType RESULTS_LITERAL
RESULTS
public static final ResultTypeType HITS_LITERAL
HITS
public static final java.util.List VALUES
Method Detail |
---|
public static ResultTypeType get(java.lang.String literal)
public static ResultTypeType getByName(java.lang.String name)
public static ResultTypeType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |