|
||||||||||
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.IdentifierGenerationOptionType
public final class IdentifierGenerationOptionType
A representation of the literals of the enumeration 'Identifier Generation Option Type', and utility methods for working with them.
WfsPackage.getIdentifierGenerationOptionType()
,
Serialized FormField Summary | |
---|---|
static int |
GENERATE_NEW
The 'Generate New' literal value. |
static IdentifierGenerationOptionType |
GENERATE_NEW_LITERAL
The 'Generate New' literal object. |
static int |
REPLACE_DUPLICATE
The 'Replace Duplicate' literal value. |
static IdentifierGenerationOptionType |
REPLACE_DUPLICATE_LITERAL
The 'Replace Duplicate' literal object. |
static int |
USE_EXISTING
The 'Use Existing' literal value. |
static IdentifierGenerationOptionType |
USE_EXISTING_LITERAL
The 'Use Existing' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Identifier Generation Option Type' enumerators. |
Method Summary | |
---|---|
static IdentifierGenerationOptionType |
get(int value)
Returns the 'Identifier Generation Option Type' literal with the specified integer value. |
static IdentifierGenerationOptionType |
get(java.lang.String literal)
Returns the 'Identifier Generation Option Type' literal with the specified literal value. |
static IdentifierGenerationOptionType |
getByName(java.lang.String name)
Returns the 'Identifier Generation Option 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 USE_EXISTING
USE_EXISTING_LITERAL
,
Constant Field Valuespublic static final int REPLACE_DUPLICATE
REPLACE_DUPLICATE_LITERAL
,
Constant Field Valuespublic static final int GENERATE_NEW
GENERATE_NEW_LITERAL
,
Constant Field Valuespublic static final IdentifierGenerationOptionType USE_EXISTING_LITERAL
USE_EXISTING
public static final IdentifierGenerationOptionType REPLACE_DUPLICATE_LITERAL
REPLACE_DUPLICATE
public static final IdentifierGenerationOptionType GENERATE_NEW_LITERAL
GENERATE_NEW
public static final java.util.List VALUES
Method Detail |
---|
public static IdentifierGenerationOptionType get(java.lang.String literal)
public static IdentifierGenerationOptionType getByName(java.lang.String name)
public static IdentifierGenerationOptionType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |