public static enum UCUMFormat.Variant extends java.lang.Enum<UCUMFormat.Variant>
| Enum Constant and Description |
|---|
CASE_INSENSITIVE |
CASE_SENSITIVE |
PRINT |
| Modifier and Type | Method and Description |
|---|---|
static UCUMFormat.Variant |
valueOf(java.lang.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(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