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