| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanSetValueConverter
A representation of the model object 'Boolean Set Value Converter'.
|
interface |
BooleanValueConverter
A representation of the model object 'Boolean Value Converter'.
|
interface |
DefaultValueConverter
A representation of the model object 'Default Value Converter'.
|
interface |
DoubleValueConverter
A representation of the model object 'Double Value Converter'.
|
| Modifier and Type | Method and Description |
|---|---|
ValueConverterDefinition |
PlainText.getValueConverter()
Returns the value of the 'Value Converter' containment reference.
|
ValueConverterDefinition |
SplitTable.getValueConverter()
Returns the value of the 'Value Converter' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlainText.setValueConverter(ValueConverterDefinition value)
Sets the value of the '
Value Converter' containment reference. |
void |
SplitTable.setValueConverter(ValueConverterDefinition value)
Sets the value of the '
Value Converter' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSetValueConverterImpl
An implementation of the model object '
Boolean Set Value Converter'.
|
class |
BooleanValueConverterImpl
An implementation of the model object '
Boolean Value Converter'.
|
class |
DefaultValueConverterImpl
An implementation of the model object '
Default Value Converter'.
|
class |
DoubleValueConverterImpl
An implementation of the model object 'Double Value Converter
'.
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueConverterDefinition |
SplitTableImpl.valueConverter
The cached value of the '
Value Converter' containment reference. |
protected ValueConverterDefinition |
PlainTextImpl.valueConverter
The cached value of the '
Value Converter' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
ValueConverterDefinition |
SplitTableImpl.basicGetValueConverter() |
ValueConverterDefinition |
PlainTextImpl.basicGetValueConverter() |
ValueConverterDefinition |
SplitTableImpl.getValueConverter() |
ValueConverterDefinition |
PlainTextImpl.getValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
SplitTableImpl.basicSetValueConverter(ValueConverterDefinition newValueConverter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PlainTextImpl.basicSetValueConverter(ValueConverterDefinition newValueConverter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SplitTableImpl.setValueConverter(ValueConverterDefinition newValueConverter) |
void |
PlainTextImpl.setValueConverter(ValueConverterDefinition newValueConverter) |
| Modifier and Type | Method and Description |
|---|---|
T |
ParserSwitch.caseValueConverterDefinition(ValueConverterDefinition object)
Returns the result of interpreting the object as an instance of 'Value Converter Definition'.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueConverter |
Descriptors.createConverter(ValueConverterDefinition def) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.