Modifier and Type | Method and Description |
---|---|
AddressInformation |
Item.getAddress()
Returns the value of the 'Address' attribute.
|
static AddressInformation |
AddressInformation.valueOf(String value) |
Modifier and Type | Method and Description |
---|---|
void |
Item.setAddress(AddressInformation value)
Sets the value of the '
Address ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected AddressInformation |
ItemImpl.address
The cached value of the '
Address ' attribute. |
protected static AddressInformation |
ItemImpl.ADDRESS_EDEFAULT
The default value of the '
Address ' attribute. |
Modifier and Type | Method and Description |
---|---|
AddressInformation |
IEC60870FactoryImpl.createAddressFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
AddressInformation |
ItemImpl.getAddress() |
Modifier and Type | Method and Description |
---|---|
void |
ItemImpl.setAddress(AddressInformation newAddress) |
Modifier and Type | Method and Description |
---|---|
void |
IEC60870Processor.doExportBoolean(AddressInformation address) |
void |
IEC60870Processor.doExportFloat(AddressInformation address) |
void |
ExporterInterceptorHandler.processExport(ExporterItemInterceptor interceptor,
org.eclipse.scada.configuration.generator.GeneratorContext.MasterContext masterContext,
org.eclipse.scada.configuration.world.osgi.Item item,
AddressInformation address,
DataType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
IEC60870Validator.validateAddress(AddressInformation address,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.