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