public static enum UtlUnit.Unit extends Enum<UtlUnit.Unit>
Modifier and Type | Method and Description |
---|---|
static UtlUnit.Unit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtlUnit.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtlUnit.Unit Bytes
public static final UtlUnit.Unit Time
public static final UtlUnit.Unit None
public static UtlUnit.Unit[] values()
for (UtlUnit.Unit c : UtlUnit.Unit.values()) System.out.println(c);
public static UtlUnit.Unit 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 © 2019 Neeve Research, LLC. All Rights Reserved.