| Enum Constant and Description |
|---|
vbr_abr |
vbr_mt |
vbr_mtrh |
vbr_off |
vbr_rh |
| Modifier and Type | Field and Description |
|---|---|
static VbrMode |
vbr_default |
| Modifier and Type | Method and Description |
|---|---|
static VbrMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VbrMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VbrMode vbr_off
public static final VbrMode vbr_mt
public static final VbrMode vbr_rh
public static final VbrMode vbr_abr
public static final VbrMode vbr_mtrh
public static final VbrMode vbr_default
public static VbrMode[] values()
for (VbrMode c : VbrMode.values()) System.out.println(c);
public static VbrMode 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