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