public static enum MepLtReply.LtrReply extends java.lang.Enum<MepLtReply.LtrReply>
Enum Constant and Description |
---|
RELAY_FILTERING_DATABASE
Indicates the Egress Port was determined by consulting the Filtering Database.
|
RELAY_HIT
Indicates the LTM reached an MP whose MAC address matches the target MAC address.
|
RELAY_MIP_CCM_DATABASE
Indicates the Egress Port was determined by consulting the MIP CCM Database.
|
Modifier and Type | Method and Description |
---|---|
static MepLtReply.LtrReply |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MepLtReply.LtrReply[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MepLtReply.LtrReply RELAY_HIT
public static final MepLtReply.LtrReply RELAY_FILTERING_DATABASE
public static final MepLtReply.LtrReply RELAY_MIP_CCM_DATABASE
public static MepLtReply.LtrReply[] values()
for (MepLtReply.LtrReply c : MepLtReply.LtrReply.values()) System.out.println(c);
public static MepLtReply.LtrReply 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