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