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