public enum CatValidationVector extends java.lang.Enum<CatValidationVector>
| Enum Constant and Description |
|---|
CatValidationVectorX |
CatValidationVectorY |
CatValidationVectorZ |
| Modifier and Type | Method and Description |
|---|---|
static CatValidationVector |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatValidationVector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatValidationVector CatValidationVectorX
public static final CatValidationVector CatValidationVectorY
public static final CatValidationVector CatValidationVectorZ
public static CatValidationVector[] values()
for (CatValidationVector c : CatValidationVector.values()) System.out.println(c);
public static CatValidationVector 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 null