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