public enum CstaEventIndicator extends java.lang.Enum<CstaEventIndicator>
Enum Constant and Description |
---|
ApplicationSession |
ConnectionNumberChanged |
ConnectionStatusChanged |
DeviceCapsChanged |
HeartbeatFailure |
LogicalDeviceChanged |
Monitor |
NetworkFailure |
PhysicalDeviceChanged |
RoutingService |
Modifier and Type | Method and Description |
---|---|
static CstaEventIndicator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaEventIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CstaEventIndicator ConnectionStatusChanged
public static final CstaEventIndicator ConnectionNumberChanged
public static final CstaEventIndicator LogicalDeviceChanged
public static final CstaEventIndicator PhysicalDeviceChanged
public static final CstaEventIndicator HeartbeatFailure
public static final CstaEventIndicator RoutingService
public static final CstaEventIndicator Monitor
public static final CstaEventIndicator ApplicationSession
public static final CstaEventIndicator NetworkFailure
public static final CstaEventIndicator DeviceCapsChanged
public static CstaEventIndicator[] values()
for (CstaEventIndicator c : CstaEventIndicator.values()) System.out.println(c);
public static CstaEventIndicator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null