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