public static enum EnumDirection.EnumAxis extends java.lang.Enum<EnumDirection.EnumAxis>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
a() |
boolean |
a(EnumDirection var1) |
boolean |
b() |
boolean |
c() |
EnumDirection.EnumDirectionLimit |
d() |
java.lang.String |
getName() |
java.lang.String |
toString() |
static EnumDirection.EnumAxis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDirection.EnumAxis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDirection.EnumAxis X
public static final EnumDirection.EnumAxis Y
public static final EnumDirection.EnumAxis Z
public static EnumDirection.EnumAxis[] values()
for (EnumDirection.EnumAxis c : EnumDirection.EnumAxis.values()) System.out.println(c);
public static EnumDirection.EnumAxis 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 nullpublic java.lang.String a()
public boolean b()
public boolean c()
public java.lang.String toString()
toString
in class java.lang.Enum<EnumDirection.EnumAxis>
public boolean a(EnumDirection var1)
public EnumDirection.EnumDirectionLimit d()
public java.lang.String getName()