public enum MFCMFCScpe extends Enum<MFCMFCScpe> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getMFCMFCScpe()| Enum Constant and Description |
|---|
CONST_DOCUMENT_LEVEL_ALL
The 'Const Document Level All' literal object
|
CONST_DOCUMENT_LEVEL_SELECTED
The 'Const Document Level Selected' literal object
|
CONST_MEDIUM_LEVELCOLLECTION
The 'Const Medium Levelcollection' literal object
|
CONST_MEDIUM_LEVELEACH
The 'Const Medium Leveleach' literal object
|
CONST_PRINT_LEVEL
The 'Const Print Level' literal object
|
CONST_RETIRED
The 'Const Retired' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DOCUMENT_LEVEL_ALL_VALUE
The 'Const Document Level All' literal value
|
static int |
CONST_DOCUMENT_LEVEL_SELECTED_VALUE
The 'Const Document Level Selected' literal value
|
static int |
CONST_MEDIUM_LEVELCOLLECTION_VALUE
The 'Const Medium Levelcollection' literal value
|
static int |
CONST_MEDIUM_LEVELEACH_VALUE
The 'Const Medium Leveleach' literal value
|
static int |
CONST_PRINT_LEVEL_VALUE
The 'Const Print Level' literal value
|
static int |
CONST_RETIRED_VALUE
The 'Const Retired' literal value
|
static List<MFCMFCScpe> |
VALUES
A public read-only list of all the 'MFCMFC Scpe' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static MFCMFCScpe |
get(int value)
Returns the 'MFCMFC Scpe' literal with the specified integer value
|
static MFCMFCScpe |
get(String literal)
Returns the 'MFCMFC Scpe' literal with the specified literal value
|
static MFCMFCScpe |
getByName(String name)
Returns the 'MFCMFC Scpe' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static MFCMFCScpe |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MFCMFCScpe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MFCMFCScpe CONST_PRINT_LEVEL
CONST_PRINT_LEVEL_VALUEpublic static final MFCMFCScpe CONST_DOCUMENT_LEVEL_ALL
CONST_DOCUMENT_LEVEL_ALL_VALUEpublic static final MFCMFCScpe CONST_DOCUMENT_LEVEL_SELECTED
CONST_DOCUMENT_LEVEL_SELECTED_VALUEpublic static final MFCMFCScpe CONST_MEDIUM_LEVELEACH
CONST_MEDIUM_LEVELEACH_VALUEpublic static final MFCMFCScpe CONST_MEDIUM_LEVELCOLLECTION
CONST_MEDIUM_LEVELCOLLECTION_VALUEpublic static final MFCMFCScpe CONST_RETIRED
CONST_RETIRED_VALUEpublic static final int CONST_PRINT_LEVEL_VALUE
If the meaning of 'Const Print Level' literal object isn't clear, there really should be more of a description here...
CONST_PRINT_LEVEL,
Constant Field Valuespublic static final int CONST_DOCUMENT_LEVEL_ALL_VALUE
If the meaning of 'Const Document Level All' literal object isn't clear, there really should be more of a description here...
CONST_DOCUMENT_LEVEL_ALL,
Constant Field Valuespublic static final int CONST_DOCUMENT_LEVEL_SELECTED_VALUE
If the meaning of 'Const Document Level Selected' literal object isn't clear, there really should be more of a description here...
public static final int CONST_MEDIUM_LEVELEACH_VALUE
If the meaning of 'Const Medium Leveleach' literal object isn't clear, there really should be more of a description here...
CONST_MEDIUM_LEVELEACH,
Constant Field Valuespublic static final int CONST_MEDIUM_LEVELCOLLECTION_VALUE
If the meaning of 'Const Medium Levelcollection' literal object isn't clear, there really should be more of a description here...
public static final int CONST_RETIRED_VALUE
If the meaning of 'Const Retired' literal object isn't clear, there really should be more of a description here...
CONST_RETIRED,
Constant Field Valuespublic static final List<MFCMFCScpe> VALUES
public static MFCMFCScpe[] values()
for (MFCMFCScpe c : MFCMFCScpe.values()) System.out.println(c);
public static MFCMFCScpe valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static MFCMFCScpe get(String literal)
literal - the literal.null.public static MFCMFCScpe getByName(String name)
name - the name.null.public static MFCMFCScpe get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<MFCMFCScpe>Copyright © 2017. All rights reserved.