public static enum SystemUtils.Unit extends java.lang.Enum<SystemUtils.Unit>
| Modifier and Type | Field and Description |
|---|---|
long |
div |
| Modifier and Type | Method and Description |
|---|---|
static SystemUtils.Unit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemUtils.Unit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemUtils.Unit U
public static final SystemUtils.Unit K
public static final SystemUtils.Unit M
public static final SystemUtils.Unit G
public static SystemUtils.Unit[] values()
for (SystemUtils.Unit c : SystemUtils.Unit.values()) System.out.println(c);
public static SystemUtils.Unit 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