public static enum ClsCombinationUsed.ComparisonResult extends java.lang.Enum<ClsCombinationUsed.ComparisonResult>
| Enum Constant and Description |
|---|
DIFFERENT_COMBINATIONS
This means the two combinations are different.
|
DUPLICATE
Means both combinations are equivalent or the result in not determinant.
|
ISLIGHTER
This means that this combination is no longer the strongest combination and the new combination should replace this one in the queue.
|
ISSTRONGER
This means that this combination is strongest than the combination being compared.
|
| Modifier and Type | Method and Description |
|---|---|
static ClsCombinationUsed.ComparisonResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClsCombinationUsed.ComparisonResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClsCombinationUsed.ComparisonResult DIFFERENT_COMBINATIONS
public static final ClsCombinationUsed.ComparisonResult ISSTRONGER
public static final ClsCombinationUsed.ComparisonResult ISLIGHTER
public static final ClsCombinationUsed.ComparisonResult DUPLICATE
public static ClsCombinationUsed.ComparisonResult[] values()
for (ClsCombinationUsed.ComparisonResult c : ClsCombinationUsed.ComparisonResult.values()) System.out.println(c);
public static ClsCombinationUsed.ComparisonResult 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 nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa