public static enum MartianBase34.Group extends Enum<MartianBase34.Group>
| Modifier and Type | Method and Description |
|---|---|
long |
getMixConstant() |
static MartianBase34.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MartianBase34.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MartianBase34.Group FIRST
public static final MartianBase34.Group SECOND
public static final MartianBase34.Group THIRD
public static MartianBase34.Group[] values()
for (MartianBase34.Group c : MartianBase34.Group.values()) System.out.println(c);
public static MartianBase34.Group 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 getMixConstant()
Copyright © 2019. All rights reserved.