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