| Modifier and Type | Interface and Description |
|---|---|
interface |
MainGroupField
A representation of the model object 'Main Group Field'.
|
interface |
NumericGroupField
A representation of the model object 'Numeric Group Field'.
|
interface |
StringGroupField
A representation of the model object 'String Group Field'.
|
| Modifier and Type | Method and Description |
|---|---|
Field |
AttributeValue.getField()
Returns the value of the 'Field' reference.
|
Field |
ValueDescriptor.getPrimaryValue()
Returns the value of the 'Primary Value' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeValue.setField(Field value)
Sets the value of the '
Field' reference. |
void |
ValueDescriptor.setPrimaryValue(Field value)
Sets the value of the '
Primary Value' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldImpl
An implementation of the model object 'Field'.
|
class |
MainGroupFieldImpl
An implementation of the model object 'Main Group Field'.
|
class |
NumericGroupFieldImpl
An implementation of the model object 'Numeric Group Field'.
|
class |
StringGroupFieldImpl
An implementation of the model object 'String Group Field'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Field |
AttributeValueImpl.field
The cached value of the '
Field' reference. |
protected Field |
ValueDescriptorImpl.primaryValue
The cached value of the '
Primary Value' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Field |
AttributeValueImpl.basicGetField() |
Field |
ValueDescriptorImpl.basicGetPrimaryValue() |
Field |
AttributeValueImpl.getField() |
Field |
ValueDescriptorImpl.getPrimaryValue() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ValueDescriptorImpl.basicSetPrimaryValue(Field newPrimaryValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
AttributeValueImpl.setField(Field newField) |
void |
ValueDescriptorImpl.setPrimaryValue(Field newPrimaryValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
ParserSwitch.caseField(Field object)
Returns the result of interpreting the object as an instance of 'Field'.
|
Copyright © 2015 Eclipse SCADA Project. All rights reserved.