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