public static enum PcepTunnel.PathState extends Enum<PcepTunnel.PathState>
| Modifier and Type | Method and Description |
|---|---|
static PcepTunnel.PathState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcepTunnel.PathState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcepTunnel.PathState NORMAL
public static final PcepTunnel.PathState BROKEN
public static PcepTunnel.PathState[] values()
for (PcepTunnel.PathState c : PcepTunnel.PathState.values()) System.out.println(c);
public static PcepTunnel.PathState 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 null