public enum EventType extends Enum<EventType>
| Enum Constant and Description |
|---|
ARCHIVE_EVENT
Archived event.
|
ATT_CONF_EVENT
Attribute configuration event.
|
CHANGE_EVENT
Change event.
|
DATA_READY_EVENT
Data ready event.
|
INTERFACE_CHANGE_EVENT
Interface change event.
|
PERIODIC_EVENT
Periodic event.
|
PIPE_EVENT
Interface change event.
|
USER_EVENT
User event.
|
| Modifier and Type | Method and Description |
|---|---|
static EventType |
getEvent(int eventValue)
Get an
EventType from a String |
static EventType |
getEvent(String string)
Get an
EventType from a String |
String |
getString() |
int |
getValue() |
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType CHANGE_EVENT
public static final EventType PERIODIC_EVENT
public static final EventType ARCHIVE_EVENT
public static final EventType USER_EVENT
public static final EventType ATT_CONF_EVENT
public static final EventType DATA_READY_EVENT
public static final EventType INTERFACE_CHANGE_EVENT
public static final EventType PIPE_EVENT
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EventType getEvent(String string) throws fr.esrf.Tango.DevFailed
EventType from a Stringstring - the event type as a Stringfr.esrf.Tango.DevFailed - if event type does not existpublic static EventType getEvent(int eventValue) throws fr.esrf.Tango.DevFailed
EventType from a StringeventValue - the event type as an intfr.esrf.Tango.DevFailed - if event type does not existpublic String getString()
public int getValue()
Copyright © 2012–2017 Tango Controls. All rights reserved.