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