public static enum UCUMFormat.Variant extends Enum<UCUMFormat.Variant>
Enum Constant and Description |
---|
CASE_INSENSITIVE |
CASE_SENSITIVE |
PRINT |
Modifier and Type | Method and Description |
---|---|
static UCUMFormat.Variant |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UCUMFormat.Variant[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UCUMFormat.Variant CASE_SENSITIVE
public static final UCUMFormat.Variant CASE_INSENSITIVE
public static final UCUMFormat.Variant PRINT
public static UCUMFormat.Variant[] values()
for (UCUMFormat.Variant c : UCUMFormat.Variant.values()) System.out.println(c);
public static UCUMFormat.Variant 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 nullCopyright © 2005-2018 Units of Measurement project. All Rights Reserved.