public enum TrunkGroupState extends Enum<TrunkGroupState>
Enum Constant and Description |
---|
AVAILABLE |
UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
static TrunkGroupState |
get(String value) |
String |
toString() |
String |
value() |
static TrunkGroupState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrunkGroupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrunkGroupState AVAILABLE
public static final TrunkGroupState UNAVAILABLE
public static TrunkGroupState[] values()
for (TrunkGroupState c : TrunkGroupState.values()) System.out.println(c);
public static TrunkGroupState 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 String value()
public String toString()
toString
in class Enum<TrunkGroupState>
public static TrunkGroupState get(String value)
Copyright © 2016 ECG, Inc. All rights reserved.