| Package | Description |
|---|---|
| com.interpss.dstab.devent | |
| com.interpss.dstab.devent.impl | |
| com.interpss.dstab.mach | |
| com.interpss.dstab.mach.impl |
| Modifier and Type | Method and Description |
|---|---|
MachineControllerType |
SetPointChangeEvent.getControllerType()
Returns the value of the 'Controller Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetPointChangeEvent.setControllerType(MachineControllerType value)
Sets the value of the '
Controller Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
MachineControllerType |
SetPointChangeEventImpl.getControllerType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetPointChangeEventImpl.setControllerType(MachineControllerType newControllerType) |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<MachineControllerType> |
MachineControllerType.VALUES
A public read-only list of all the 'Machine Controller Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static MachineControllerType |
MachineControllerType.get(int value)
Returns the 'Machine Controller Type' literal with the specified integer value.
|
static MachineControllerType |
MachineControllerType.get(java.lang.String literal)
Returns the 'Machine Controller Type' literal with the specified literal value.
|
static MachineControllerType |
MachineControllerType.getByName(java.lang.String name)
Returns the 'Machine Controller Type' literal with the specified name.
|
MachineControllerType |
MachineController.getType()
Returns the value of the 'Type' attribute.
|
static MachineControllerType |
MachineControllerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MachineControllerType[] |
MachineControllerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MachineController.setType(MachineControllerType value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
MachineControllerType |
DstabMachFactoryImpl.createMachineControllerTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
MachineControllerType |
MachineControllerImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
MachineController |
MachineImpl.getController(MachineControllerType type) |
void |
MachineControllerImpl.setType(MachineControllerType newType) |