| Package | Description |
|---|---|
| org.eclipse.scada.ca.data |
| Modifier and Type | Method and Description |
|---|---|
Operation |
DiffEntry.getOperation() |
static Operation |
Operation.valueOf(java.lang.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(java.lang.String factoryId,
java.lang.String configurationId,
Operation operation,
java.util.Map<java.lang.String,java.lang.String> oldData,
java.util.Map<java.lang.String,java.lang.String> addedOrUpdatedData,
java.util.Set<java.lang.String> removedData) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0