|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Assertion.ComparisonResult>
csheets.ext.assertion.Assertion.ComparisonResult
public static enum Assertion.ComparisonResult
The possible results when two assertions are compared.
AssertableCell.assertAssertions()| Enum Constant Summary | |
|---|---|
ILLEGAL_INTERVAL
Denotes that the system generated assertion for this cell can not be generated because the formula in this cell contains a possible illegal mathematic operation. |
|
NON_EQUAL
Denotes that the user supplied assertion and the system generated assertion associated with this cell do not represent the same range(s) of values. |
|
OK
Denotes that the assertions on this cell are okay |
|
| Method Summary | |
|---|---|
String |
getErrorMsg()
|
void |
setErrorMsg(String msg)
|
static Assertion.ComparisonResult |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Assertion.ComparisonResult[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Assertion.ComparisonResult OK
public static final Assertion.ComparisonResult NON_EQUAL
public static final Assertion.ComparisonResult ILLEGAL_INTERVAL
| Method Detail |
|---|
public static final Assertion.ComparisonResult[] values()
for(Assertion.ComparisonResult c : Assertion.ComparisonResult.values())
System.out.println(c);
public static Assertion.ComparisonResult valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic void setErrorMsg(String msg)
public String getErrorMsg()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||