Uses of Class
csheets.ext.assertion.AssertionWarning.Type

Packages that use AssertionWarning.Type
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
 

Uses of AssertionWarning.Type in csheets.ext.assertion
 

Methods in csheets.ext.assertion that return AssertionWarning.Type
 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're declared.
 

Constructors in csheets.ext.assertion with parameters of type AssertionWarning.Type
AssertionWarning(AssertionWarning.Type type, Interval i1, Interval i2)
          Constructor.