public enum MFCMedColl extends Enum<MFCMedColl> implements org.eclipse.emf.common.util.Enumerator
AfplibPackage.getMFCMedColl()| Enum Constant and Description |
|---|
CONST_BEGINSHEETCOLLECTION
The 'Const Beginsheetcollection' literal object
|
CONST_CONTINUESHEETCOLLECTION
The 'Const Continuesheetcollection' literal object
|
CONST_NOSHEETCOLLECTION
The 'Const Nosheetcollection' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_BEGINSHEETCOLLECTION_VALUE
The 'Const Beginsheetcollection' literal value
|
static int |
CONST_CONTINUESHEETCOLLECTION_VALUE
The 'Const Continuesheetcollection' literal value
|
static int |
CONST_NOSHEETCOLLECTION_VALUE
The 'Const Nosheetcollection' literal value
|
static List<MFCMedColl> |
VALUES
A public read-only list of all the 'MFC Med Coll' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static MFCMedColl |
get(int value)
Returns the 'MFC Med Coll' literal with the specified integer value
|
static MFCMedColl |
get(String literal)
Returns the 'MFC Med Coll' literal with the specified literal value
|
static MFCMedColl |
getByName(String name)
Returns the 'MFC Med Coll' 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 MFCMedColl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MFCMedColl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MFCMedColl CONST_NOSHEETCOLLECTION
CONST_NOSHEETCOLLECTION_VALUEpublic static final MFCMedColl CONST_BEGINSHEETCOLLECTION
CONST_BEGINSHEETCOLLECTION_VALUEpublic static final MFCMedColl CONST_CONTINUESHEETCOLLECTION
CONST_CONTINUESHEETCOLLECTION_VALUEpublic static final int CONST_NOSHEETCOLLECTION_VALUE
If the meaning of 'Const Nosheetcollection' literal object isn't clear, there really should be more of a description here...
CONST_NOSHEETCOLLECTION,
Constant Field Valuespublic static final int CONST_BEGINSHEETCOLLECTION_VALUE
If the meaning of 'Const Beginsheetcollection' literal object isn't clear, there really should be more of a description here...
CONST_BEGINSHEETCOLLECTION,
Constant Field Valuespublic static final int CONST_CONTINUESHEETCOLLECTION_VALUE
If the meaning of 'Const Continuesheetcollection' literal object isn't clear, there really should be more of a description here...
public static final List<MFCMedColl> VALUES
public static MFCMedColl[] values()
for (MFCMedColl c : MFCMedColl.values()) System.out.println(c);
public static MFCMedColl 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 MFCMedColl get(String literal)
literal - the literal.null.public static MFCMedColl getByName(String name)
name - the name.null.public static MFCMedColl 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<MFCMedColl>Copyright © 2017. All rights reserved.