public static enum Functions.BytePrefix extends Enum<Functions.BytePrefix>
Modifier and Type | Method and Description |
---|---|
int |
getBase() |
String[] |
getLongSuffixes() |
String[] |
getShortSuffixes() |
static Functions.BytePrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Functions.BytePrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Functions.BytePrefix SI
public static final Functions.BytePrefix IEC
public static final Functions.BytePrefix JEDEC
public static Functions.BytePrefix[] values()
for (Functions.BytePrefix c : Functions.BytePrefix.values()) System.out.println(c);
public static Functions.BytePrefix 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 int getBase()
public String[] getShortSuffixes()
public String[] getLongSuffixes()
Copyright © 2018 Nuxeo. All rights reserved.