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