Package | Description |
---|---|
com.interpss.core.acsc | |
com.interpss.core.acsc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<PhaseCode> |
PhaseCode.VALUES
A public read-only list of all the 'Phase Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PhaseCode |
PhaseCode.get(int value)
Returns the 'Phase Code' literal with the specified integer value.
|
static PhaseCode |
PhaseCode.get(java.lang.String literal)
Returns the 'Phase Code' literal with the specified literal value.
|
static PhaseCode |
PhaseCode.getByName(java.lang.String name)
Returns the 'Phase Code' literal with the specified name.
|
static PhaseCode |
PhaseCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhaseCode[] |
PhaseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PhaseCode |
AcscFactoryImpl.createPhaseCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |