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