public enum EN_ratio_t extends java.lang.Enum<EN_ratio_t>
| Enum Constant and Description |
|---|
R_AUTO |
R_COMPRESS |
R_EXPAND |
R_FILL |
R_NONE |
R_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static EN_ratio_t |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EN_ratio_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EN_ratio_t R_NONE
public static final EN_ratio_t R_VALUE
public static final EN_ratio_t R_FILL
public static final EN_ratio_t R_COMPRESS
public static final EN_ratio_t R_AUTO
public static final EN_ratio_t R_EXPAND
public static EN_ratio_t[] values()
for (EN_ratio_t c : EN_ratio_t.values()) System.out.println(c);
public static EN_ratio_t 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