public enum CatDimFrame extends java.lang.Enum<CatDimFrame>
Enum Constant and Description |
---|
catFraCircle |
catFraDiamondShaped |
catFraNone |
catFraOblong |
catFraRectangle |
catFraRightFlag |
catFraRightTriangle |
catFraScoredCircle |
catFraSquare |
Modifier and Type | Method and Description |
---|---|
static CatDimFrame |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatDimFrame[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatDimFrame catFraNone
public static final CatDimFrame catFraCircle
public static final CatDimFrame catFraScoredCircle
public static final CatDimFrame catFraDiamondShaped
public static final CatDimFrame catFraSquare
public static final CatDimFrame catFraRectangle
public static final CatDimFrame catFraOblong
public static final CatDimFrame catFraRightFlag
public static final CatDimFrame catFraRightTriangle
public static CatDimFrame[] values()
for (CatDimFrame c : CatDimFrame.values()) System.out.println(c);
public static CatDimFrame 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