public static enum ByteUnitType.ByteUnitSystem extends Enum<ByteUnitType.ByteUnitSystem>
| Modifier and Type | Method and Description |
|---|---|
long |
getStep() |
static ByteUnitType.ByteUnitSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteUnitType.ByteUnitSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByteUnitType.ByteUnitSystem DECIMAL
public static final ByteUnitType.ByteUnitSystem BINARY
public static ByteUnitType.ByteUnitSystem[] values()
for (ByteUnitType.ByteUnitSystem c : ByteUnitType.ByteUnitSystem.values()) System.out.println(c);
public static ByteUnitType.ByteUnitSystem 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 nullpublic long getStep()
Copyright © 2009–2021. All rights reserved.