public static enum Unit.Memory extends Enum<Unit.Memory>
| Modifier and Type | Method and Description |
|---|---|
static Unit.Memory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit.Memory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Unit.Memory o
public static final Unit.Memory Ko
public static final Unit.Memory Mo
public static final Unit.Memory Go
public static final Unit.Memory To
public static Unit.Memory[] values()
for (Unit.Memory c : Unit.Memory.values()) System.out.println(c);
public static Unit.Memory 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 © 2004–2014 CodeLutin. All rights reserved.