| Package | Description |
|---|---|
| com.interpss.dist | |
| com.interpss.dist.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<DistBranchCode> |
DistBranchCode.VALUES
A public read-only list of all the 'Branch Code' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DistBranchCode |
DistBranchCode.get(int value)
Returns the 'Branch Code' literal with the specified integer value.
|
static DistBranchCode |
DistBranchCode.get(java.lang.String literal)
Returns the 'Branch Code' literal with the specified literal value.
|
DistBranchCode |
DistBranch.getBranchCode()
Returns the value of the 'Branch Code' attribute.
|
static DistBranchCode |
DistBranchCode.getByName(java.lang.String name)
Returns the 'Branch Code' literal with the specified name.
|
static DistBranchCode |
DistBranchCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistBranchCode[] |
DistBranchCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistBranch.setBranchCode(DistBranchCode value)
Sets the value of the '
Branch Code' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static DistBranchCode |
DistBranchImpl.BRANCH_CODE_EDEFAULT
The default value of the '
Branch Code' attribute. |
protected DistBranchCode |
DistBranchImpl.branchCode
The cached value of the '
Branch Code' attribute. |
| Modifier and Type | Method and Description |
|---|---|
DistBranchCode |
DistFactoryImpl.createDistBranchCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DistBranchCode |
DistBranchImpl.getBranchCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DistBranchImpl.setBranchCode(DistBranchCode newBranchCode) |