Package | Description |
---|---|
com.interpss.dist | |
com.interpss.dist.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<DistBusCode> |
DistBusCode.VALUES
A public read-only list of all the 'Bus Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DistBusCode |
DistBusCode.get(int value)
Returns the 'Bus Code' literal with the specified integer value.
|
static DistBusCode |
DistBusCode.get(java.lang.String literal)
Returns the 'Bus Code' literal with the specified literal value.
|
DistBusCode |
DistBus.getBusCode()
Returns the value of the 'Bus Code' attribute.
|
static DistBusCode |
DistBusCode.getByName(java.lang.String name)
Returns the 'Bus Code' literal with the specified name.
|
static DistBusCode |
DistBusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistBusCode[] |
DistBusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DistBus.setBusCode(DistBusCode value)
Sets the value of the '
Bus Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static DistBusCode |
DistBusImpl.BUS_CODE_EDEFAULT
The default value of the '
Bus Code ' attribute. |
protected DistBusCode |
DistBusImpl.busCode
The cached value of the '
Bus Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
DistBusCode |
DistFactoryImpl.createDistBusCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DistBusCode |
DistBusImpl.getBusCode() |
Modifier and Type | Method and Description |
---|---|
void |
DistBusImpl.setBusCode(DistBusCode newBusCode) |