public final class MCvalidationLevel
extends java.lang.Object
Instances of this class are used to request a certain level of validation in a
MCattributeSet.validate(MCvalidationLevel)
call. See MCvalidationError
for a description of the conditions checked for each level.
Instances of this class can be used by multiple threads concurrently.
Modifier and Type | Field and Description |
---|---|
static MCvalidationLevel |
Errors_And_Warnings
Validation level for errors and warnings.
|
static MCvalidationLevel |
Errors_Only
Validation level for errors only.
|
static MCvalidationLevel |
Full
Validation level for all conditions.
|
public static final MCvalidationLevel Errors_Only
public static final MCvalidationLevel Errors_And_Warnings
public static final MCvalidationLevel Full