public enum EventSourceStatus extends Enum<EventSourceStatus>
| Modifier and Type | Method and Description |
|---|---|
static EventSourceStatus |
forValue(int valueArg) |
int |
getIntValue() |
static EventSourceStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventSourceStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventSourceStatus Active
public static final EventSourceStatus Inactive
public static final EventSourceStatus Deactive
public static EventSourceStatus[] values()
for (EventSourceStatus c : EventSourceStatus.values()) System.out.println(c);
public static EventSourceStatus 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 int getIntValue()
public static EventSourceStatus forValue(int valueArg)
valueArg - Copyright © 2016 OpenDaylight. All rights reserved.