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