public enum CatDrawingViewType extends java.lang.Enum<CatDrawingViewType>
Enum Constant and Description |
---|
catViewAuxiliary |
catViewBackground |
catViewBottom |
catViewDetail |
catViewFront |
catViewIsom |
catViewLeft |
catViewMain |
catViewPure_Sketch |
catViewRear |
catViewRight |
catViewSection |
catViewSectionCut |
catViewTop |
catViewUnfolded |
catViewUntyped |
Modifier and Type | Method and Description |
---|---|
static CatDrawingViewType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatDrawingViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatDrawingViewType catViewBackground
public static final CatDrawingViewType catViewFront
public static final CatDrawingViewType catViewLeft
public static final CatDrawingViewType catViewRight
public static final CatDrawingViewType catViewTop
public static final CatDrawingViewType catViewBottom
public static final CatDrawingViewType catViewRear
public static final CatDrawingViewType catViewAuxiliary
public static final CatDrawingViewType catViewIsom
public static final CatDrawingViewType catViewSection
public static final CatDrawingViewType catViewSectionCut
public static final CatDrawingViewType catViewDetail
public static final CatDrawingViewType catViewUntyped
public static final CatDrawingViewType catViewMain
public static final CatDrawingViewType catViewPure_Sketch
public static final CatDrawingViewType catViewUnfolded
public static CatDrawingViewType[] values()
for (CatDrawingViewType c : CatDrawingViewType.values()) System.out.println(c);
public static CatDrawingViewType 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