| Package | Description |
|---|---|
| com.interpss.dstab.device | |
| com.interpss.dstab.device.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<DynamicBusDeviceType> |
DynamicBusDeviceType.VALUES
A public read-only list of all the 'Dynamic Bus Device Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicBusDeviceType |
DynamicBusDeviceType.get(int value)
Returns the 'Dynamic Bus Device Type' literal with the specified integer value.
|
static DynamicBusDeviceType |
DynamicBusDeviceType.get(java.lang.String literal)
Returns the 'Dynamic Bus Device Type' literal with the specified literal value.
|
static DynamicBusDeviceType |
DynamicBusDeviceType.getByName(java.lang.String name)
Returns the 'Dynamic Bus Device Type' literal with the specified name.
|
DynamicBusDeviceType |
DynamicBusDevice.getDeviceType()
Returns the value of the 'Device Type' attribute.
|
static DynamicBusDeviceType |
DynamicBusDeviceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicBusDeviceType[] |
DynamicBusDeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicBusDevice.setDeviceType(DynamicBusDeviceType value)
Sets the value of the '
Device Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
DynamicBusDeviceType |
DstabDeviceFactoryImpl.createDynamicBusDeviceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
DynamicBusDeviceType |
DynamicBusDeviceImpl.getDeviceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicBusDeviceImpl.setDeviceType(DynamicBusDeviceType newDeviceType) |