public static enum MulticastMappingInstruction.MulticastType extends Enum<MulticastMappingInstruction.MulticastType>
| Enum Constant and Description |
|---|
PRIORITY
Signifies the priority value that used in multicast traffic engineering.
|
WEIGHT
Signifies the weight value that used in multicast traffic engineering.
|
| Modifier and Type | Method and Description |
|---|---|
static MulticastMappingInstruction.MulticastType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MulticastMappingInstruction.MulticastType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MulticastMappingInstruction.MulticastType WEIGHT
public static final MulticastMappingInstruction.MulticastType PRIORITY
public static MulticastMappingInstruction.MulticastType[] values()
for (MulticastMappingInstruction.MulticastType c : MulticastMappingInstruction.MulticastType.values()) System.out.println(c);
public static MulticastMappingInstruction.MulticastType 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