| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ConfigurationFactory.createProcessType()
Returns a new object of class 'Process Type'.
|
ProcessType |
CommandType.getProcess()
Returns the value of the 'Process' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandType.setProcess(ProcessType value)
Sets the value of the '
Process' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessTypeImpl
An implementation of the model object 'Process Type'.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProcessType |
CommandTypeImpl.process
The cached value of the '
Process' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
ProcessType |
ConfigurationFactoryImpl.createProcessType() |
ProcessType |
CommandTypeImpl.getProcess() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
CommandTypeImpl.basicSetProcess(ProcessType newProcess,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CommandTypeImpl.setProcess(ProcessType newProcess) |
| Modifier and Type | Field and Description |
|---|---|
protected ProcessType |
ProcessTypeTest.fixture
The fixture for this Process Type test case.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProcessType |
ProcessTypeTest.getFixture()
Returns the fixture for this Process Type test case.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessTypeTest.setFixture(ProcessType fixture)
Sets the fixture for this Process Type test case.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ConfigurationSwitch.caseProcessType(ProcessType object)
Returns the result of interpreting the object as an instance of 'Process Type'.
|
boolean |
ConfigurationValidator.validateProcessType(ProcessType processType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.