Serializable
, Comparable<MixedRadix.PrimaryUnitPick>
public static enum MixedRadix.PrimaryUnitPick extends Enum<MixedRadix.PrimaryUnitPick>
Enum Constant | Description |
---|---|
LEADING_UNIT |
|
TRAILING_UNIT |
Modifier and Type | Method | Description |
---|---|---|
static MixedRadix.PrimaryUnitPick |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MixedRadix.PrimaryUnitPick[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MixedRadix.PrimaryUnitPick LEADING_UNIT
public static final MixedRadix.PrimaryUnitPick TRAILING_UNIT
public static MixedRadix.PrimaryUnitPick[] values()
for (MixedRadix.PrimaryUnitPick c : MixedRadix.PrimaryUnitPick.values()) System.out.println(c);
public static MixedRadix.PrimaryUnitPick 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–2020 Units of Measurement project. All rights reserved.