public enum ActivateOption extends java.lang.Enum<ActivateOption> implements org.eclipse.emf.common.util.Enumerator
PLIPackage.getActivateOption()| Enum Constant and Description |
|---|
NORESCAN
The 'NORESCAN' literal object.
|
RESCAN
The 'RESCAN' literal object.
|
SCAN
The 'SCAN' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
NORESCAN_VALUE
The 'NORESCAN' literal value.
|
static int |
RESCAN_VALUE
The 'RESCAN' literal value.
|
static int |
SCAN_VALUE
The 'SCAN' literal value.
|
static java.util.List<ActivateOption> |
VALUES
A public read-only list of all the 'Activate Option' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ActivateOption |
get(int value)
Returns the 'Activate Option' literal with the specified integer value.
|
static ActivateOption |
get(java.lang.String literal)
Returns the 'Activate Option' literal with the specified literal value.
|
static ActivateOption |
getByName(java.lang.String name)
Returns the 'Activate Option' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static ActivateOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActivateOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivateOption RESCAN
RESCAN_VALUEpublic static final ActivateOption SCAN
SCAN_VALUEpublic static final ActivateOption NORESCAN
NORESCAN_VALUEpublic static final java.lang.String copyright
public static final int RESCAN_VALUE
If the meaning of 'RESCAN' literal object isn't clear, there really should be more of a description here...
RESCAN,
Constant Field Valuespublic static final int SCAN_VALUE
If the meaning of 'SCAN' literal object isn't clear, there really should be more of a description here...
SCAN,
Constant Field Valuespublic static final int NORESCAN_VALUE
If the meaning of 'NORESCAN' literal object isn't clear, there really should be more of a description here...
NORESCAN,
Constant Field Valuespublic static final java.util.List<ActivateOption> VALUES
public static ActivateOption[] values()
for (ActivateOption c : ActivateOption.values()) System.out.println(c);
public static ActivateOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ActivateOption get(java.lang.String literal)
public static ActivateOption getByName(java.lang.String name)
public static ActivateOption get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<ActivateOption>