|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ClsCombinationUsed.ComparisonResult>
com.ihr.xbrl.om.formula.util.ClsCombinationUsed.ComparisonResult
public static enum ClsCombinationUsed.ComparisonResult
| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||