public enum CatDimSymbols extends java.lang.Enum<CatDimSymbols>
Modifier and Type | Method and Description |
---|---|
static CatDimSymbols |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatDimSymbols[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatDimSymbols catDimSymbNone
public static final CatDimSymbols catDimSymbOpenArrow
public static final CatDimSymbols catDimSymbClosedArrow
public static final CatDimSymbols catDimSymbFilledArrow
public static final CatDimSymbols catDimSymbSymArrow
public static final CatDimSymbols catDimSymbSlash
public static final CatDimSymbols catDimSymbCircle
public static final CatDimSymbols catDimSymbFilledCircle
public static final CatDimSymbols catDimSymbScoredCircle
public static final CatDimSymbols catDimSymbCircledCross
public static final CatDimSymbols catDimSymbTriangle
public static final CatDimSymbols catDimSymbFilledTriangle
public static final CatDimSymbols catDimSymbCross
public static final CatDimSymbols catDimSymbXCross
public static CatDimSymbols[] values()
for (CatDimSymbols c : CatDimSymbols.values()) System.out.println(c);
public static CatDimSymbols 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