Package | Description |
---|---|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
Modifier and Type | Method and Description |
---|---|
AssertionWarning.Type |
AssertionWarning.getType()
Returns the type of this warning.
|
static AssertionWarning.Type |
AssertionWarning.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssertionWarning.Type[] |
AssertionWarning.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AssertionWarning(AssertionWarning.Type type,
Interval i1,
Interval i2)
Constructor.
|