public enum EInvokeForms extends java.lang.Enum<EInvokeForms> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEInvokeForms()| Enum Constant and Description |
|---|
CMD
The 'CMD' literal object.
|
PGM
The 'PGM' literal object.
|
REXX
The 'REXX' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CMD_VALUE
The 'CMD' literal value.
|
static int |
PGM_VALUE
The 'PGM' literal value.
|
static int |
REXX_VALUE
The 'REXX' literal value.
|
static java.util.List<EInvokeForms> |
VALUES
A public read-only list of all the 'EInvoke Forms'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EInvokeForms |
get(int value)
Returns the 'EInvoke Forms' literal with the specified
integer value.
|
static EInvokeForms |
get(java.lang.String literal)
Returns the 'EInvoke Forms' literal with the specified
literal value.
|
static EInvokeForms |
getByName(java.lang.String name)
Returns the 'EInvoke Forms' 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 EInvokeForms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EInvokeForms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EInvokeForms REXX
REXX_VALUEpublic static final EInvokeForms CMD
CMD_VALUEpublic static final EInvokeForms PGM
PGM_VALUEpublic static final int REXX_VALUE
REXX,
Constant Field Valuespublic static final int CMD_VALUE
CMD,
Constant Field Valuespublic static final int PGM_VALUE
PGM,
Constant Field Valuespublic static final java.util.List<EInvokeForms> VALUES
public static EInvokeForms[] values()
for (EInvokeForms c : EInvokeForms.values()) System.out.println(c);
public static EInvokeForms 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 EInvokeForms get(java.lang.String literal)
literal - the literal.null.public static EInvokeForms getByName(java.lang.String name)
name - the name.null.public static EInvokeForms get(int value)
value - the integer value.null.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<EInvokeForms>Copyright © 2015 Micro Focus GmbH. All rights reserved.