Package | Description |
---|---|
com.interpss.dc | |
com.interpss.dc.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<DcBusCode> |
DcBusCode.VALUES
A public read-only list of all the 'Dc Bus Code' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static DcBusCode |
DcBusCode.get(int value)
Returns the 'Dc Bus Code' literal with the specified integer value.
|
static DcBusCode |
DcBusCode.get(java.lang.String literal)
Returns the 'Dc Bus Code' literal with the specified literal value.
|
static DcBusCode |
DcBusCode.getByName(java.lang.String name)
Returns the 'Dc Bus Code' literal with the specified name.
|
DcBusCode |
DcBus.getCode()
Returns the value of the 'Code' attribute.
|
static DcBusCode |
DcBusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DcBusCode[] |
DcBusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DcBus.setCode(DcBusCode value)
Sets the value of the '
Code ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected DcBusCode |
DcBusImpl.code
The cached value of the '
Code ' attribute. |
protected static DcBusCode |
DcBusImpl.CODE_EDEFAULT
The default value of the '
Code ' attribute. |
Modifier and Type | Method and Description |
---|---|
DcBusCode |
DcSystemFactoryImpl.createDcBusCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DcBusCode |
DcBusImpl.getCode() |
Modifier and Type | Method and Description |
---|---|
void |
DcBusImpl.setCode(DcBusCode newCode) |