Package | Description |
---|---|
org.eclipse.scada.ae |
Modifier and Type | Method and Description |
---|---|
static Event.Fields |
Event.Fields.byField(String name) |
static Event.Fields |
Event.Fields.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Fields[] |
Event.Fields.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Event.EventBuilder |
Event.EventBuilder.attribute(Event.Fields key,
Object value) |
Event.EventBuilder |
Event.EventBuilder.attribute(Event.Fields key,
Variant value) |
Variant |
Event.getField(Event.Fields field) |
boolean |
Event.EventBuilder.hasAttribute(Event.Fields key) |
void |
Event.setField(Event.Fields field,
Variant value) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.