Package | Description |
---|---|
com.interpss.core.acsc | |
com.interpss.core.acsc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<BusScCode> |
BusScCode.VALUES
A public read-only list of all the 'Bus Sc Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static BusScCode |
BusScCode.get(int value)
Returns the 'Bus Sc Code' literal with the specified integer value.
|
static BusScCode |
BusScCode.get(java.lang.String literal)
Returns the 'Bus Sc Code' literal with the specified literal value.
|
static BusScCode |
BusScCode.getByName(java.lang.String name)
Returns the 'Bus Sc Code' literal with the specified name.
|
BusScCode |
BaseAcscBus.getScCode()
Returns the value of the 'Sc Code' attribute.
|
static BusScCode |
BusScCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusScCode[] |
BusScCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseAcscBus.setScCode(BusScCode value)
Sets the value of the '
Sc Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static BusScCode |
BaseAcscBusImpl.SC_CODE_EDEFAULT
The default value of the '
Sc Code ' attribute. |
protected BusScCode |
BaseAcscBusImpl.scCode
The cached value of the '
Sc Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
BusScCode |
AcscFactoryImpl.createBusScCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
BusScCode |
BaseAcscBusImpl.getScCode() |
Modifier and Type | Method and Description |
---|---|
void |
BaseAcscBusImpl.setScCode(BusScCode newScCode) |