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