public enum CMRFidelityRepCMREx extends Enum<CMRFidelityRepCMREx> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getCMRFidelityRepCMREx()| Enum Constant and Description |
|---|
CONST_DO_NOT_REPORT
The 'Const Do Not Report' literal object
|
CONST_REPORT
The 'Const Report' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DO_NOT_REPORT_VALUE
The 'Const Do Not Report' literal value
|
static int |
CONST_REPORT_VALUE
The 'Const Report' literal value
|
static List<CMRFidelityRepCMREx> |
VALUES
A public read-only list of all the 'CMR Fidelity Rep CMR Ex' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static CMRFidelityRepCMREx |
get(int value)
Returns the 'CMR Fidelity Rep CMR Ex' literal with the specified integer value
|
static CMRFidelityRepCMREx |
get(String literal)
Returns the 'CMR Fidelity Rep CMR Ex' literal with the specified literal value
|
static CMRFidelityRepCMREx |
getByName(String name)
Returns the 'CMR Fidelity Rep CMR Ex' 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 CMRFidelityRepCMREx |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CMRFidelityRepCMREx[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMRFidelityRepCMREx CONST_REPORT
CONST_REPORT_VALUEpublic static final CMRFidelityRepCMREx CONST_DO_NOT_REPORT
CONST_DO_NOT_REPORT_VALUEpublic static final int CONST_REPORT_VALUE
If the meaning of 'Const Report' literal object isn't clear, there really should be more of a description here...
CONST_REPORT,
Constant Field Valuespublic static final int CONST_DO_NOT_REPORT_VALUE
If the meaning of 'Const Do Not Report' literal object isn't clear, there really should be more of a description here...
CONST_DO_NOT_REPORT,
Constant Field Valuespublic static final List<CMRFidelityRepCMREx> VALUES
public static CMRFidelityRepCMREx[] values()
for (CMRFidelityRepCMREx c : CMRFidelityRepCMREx.values()) System.out.println(c);
public static CMRFidelityRepCMREx 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 CMRFidelityRepCMREx get(String literal)
literal - the literal.null.public static CMRFidelityRepCMREx getByName(String name)
name - the name.null.public static CMRFidelityRepCMREx 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<CMRFidelityRepCMREx>Copyright © 2017. All rights reserved.