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