Package | Description |
---|---|
org.eclipse.scada.ca.data |
Modifier and Type | Method and Description |
---|---|
Operation |
DiffEntry.getOperation() |
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DiffEntry(String factoryId,
String configurationId,
Operation operation,
Map<String,String> oldData,
Map<String,String> addedOrUpdatedData,
Set<String> removedData) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.