Package | Description |
---|---|
com.interpss.core.aclf | |
com.interpss.core.aclf.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<AclfGenCode> |
AclfGenCode.VALUES
A public read-only list of all the 'Gen Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AclfGenCode |
AclfGenCode.get(int value)
Returns the 'Gen Code' literal with the specified integer value.
|
static AclfGenCode |
AclfGenCode.get(java.lang.String literal)
Returns the 'Gen Code' literal with the specified literal value.
|
static AclfGenCode |
AclfGenCode.getByName(java.lang.String name)
Returns the 'Gen Code' literal with the specified name.
|
AclfGenCode |
AclfGen.getCode()
Returns the value of the 'Code' attribute.
|
AclfGenCode |
BaseAclfBus.getGenCode()
Returns the value of the 'Gen Code' attribute.
|
static AclfGenCode |
AclfGenCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AclfGenCode[] |
AclfGenCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AclfGen.setCode(AclfGenCode value)
Sets the value of the '
Code ' attribute. |
void |
BaseAclfBus.setGenCode(AclfGenCode value)
Sets the value of the '
Gen Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected AclfGenCode |
AclfGenImpl.code
The cached value of the '
Code ' attribute. |
protected static AclfGenCode |
AclfGenImpl.CODE_EDEFAULT
The default value of the '
Code ' attribute. |
protected static AclfGenCode |
BaseAclfBusImpl.GEN_CODE_EDEFAULT
The default value of the '
Gen Code ' attribute. |
protected AclfGenCode |
BaseAclfBusImpl.genCode
The cached value of the '
Gen Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
AclfGenCode |
AclfFactoryImpl.createAclfGenCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
AclfGenCode |
AclfGenImpl.getCode() |
AclfGenCode |
BaseAclfBusImpl.getGenCode() |
Modifier and Type | Method and Description |
---|---|
void |
AclfGenImpl.setCode(AclfGenCode newCode) |
void |
BaseAclfBusImpl.setGenCode(AclfGenCode newGenCode) |