/
EDMConstants.ValidatorOptions
EDMConstants.ValidatorOptions
edm.edom3
Class EDMConstants.ValidatorOptions
- java.lang.Object
- edm.edom3.EDMConstants.ValidatorOptions
Enclosing interface:EDMConstants
public static class EDMConstants.ValidatorOptions extends java.lang.Object
Options for theEDMValidator
worker.
Field Summary
Fields
Modifier and Type Field and Description static long
AGGREGATE_DATA_TYPE
Validate aggregate typesstatic long
AGGREGATE_SIZE
Validate aggregate sizesstatic long
AGGREGATE_UNIQUENESS
Validate aggregate uniquenessstatic long
ARRAY_REQUIRED_ELEMENTS
Validate aggregate content: mandatory/optional membershipstatic long
DETAILED_OUTPUT
Produce detailed validation reportstatic long
FULL_OUTPUT
Produce full validation reportstatic long
FULL_VALIDATION
Validate all constraints.static long
GLOBAL_RULES
Validate global rulesstatic long
INVERSE_RULES
Validate INVERSE rulesstatic long
LOCAL_RULES
Validate domain rulesstatic long
LOG_TO_FILE
log the report to a filestatic long
NO_PRINT_OUTPUT
Do not produce any printoutstatic long
OUTPUT_STEPID
Write step id to validation report in additionto instance idstatic long
REQUIRED_ATTRIBUTES
Validate mandatory/optional attributes spec.static long
STOP_ON_FIRST_ERROR
stop validation of first errorstatic long
SUBTYPES
Validate subtypes of selected instance (if validating an instance type)static long
UNIQUENESS_RULES
Validate uniqueness rulesstatic long
USER_OUTPUT_TO_FILE
log user output to the given file
Constructor Summary
Constructors
Constructor and Description ValidatorOptions()
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
AGGREGATE_DATA_TYPE
public static final long AGGREGATE_DATA_TYPE
Validate aggregate typesSee Also:Constant Field Values
OUTPUT_STEPID
public static final long OUTPUT_STEPID
Write step id to validation report in additionto instance idSee Also:Constant Field Values
NO_PRINT_OUTPUT
public static final long NO_PRINT_OUTPUT
Do not produce any printoutSee Also:Constant Field Values
INVERSE_RULES
public static final long INVERSE_RULES
Validate INVERSE rulesSee Also:Constant Field Values
REQUIRED_ATTRIBUTES
public static final long REQUIRED_ATTRIBUTES
Validate mandatory/optional attributes spec.See Also:Constant Field Values
UNIQUENESS_RULES
public static final long UNIQUENESS_RULES
Validate uniqueness rulesSee Also:Constant Field Values
AGGREGATE_SIZE
public static final long AGGREGATE_SIZE
Validate aggregate sizesSee Also:Constant Field Values
ARRAY_REQUIRED_ELEMENTS
public static final long ARRAY_REQUIRED_ELEMENTS
Validate aggregate content: mandatory/optional membershipSee Also:Constant Field Values
AGGREGATE_UNIQUENESS
public static final long AGGREGATE_UNIQUENESS
Validate aggregate uniquenessSee Also:Constant Field Values
FULL_VALIDATION
public static final long FULL_VALIDATION
Validate all constraints. If selected, implies all validate flags.See Also:Constant Field Values
DETAILED_OUTPUT
public static final long DETAILED_OUTPUT
Produce detailed validation reportSee Also:Constant Field Values
FULL_OUTPUT
public static final long FULL_OUTPUT
Produce full validation reportSee Also:Constant Field Values
STOP_ON_FIRST_ERROR
public static final long STOP_ON_FIRST_ERROR
stop validation of first errorSee Also:Constant Field Values
GLOBAL_RULES
public static final long GLOBAL_RULES
Validate global rulesSee Also:Constant Field Values
LOCAL_RULES
public static final long LOCAL_RULES
Validate domain rulesSee Also:Constant Field Values
SUBTYPES
public static final long SUBTYPES
Validate subtypes of selected instance (if validating an instance type)See Also:Constant Field Values
LOG_TO_FILE
public static final long LOG_TO_FILE
log the report to a fileSee Also:Constant Field Values
USER_OUTPUT_TO_FILE
public static final long USER_OUTPUT_TO_FILE
log user output to the given fileSee Also:Constant Field Values
Constructor Detail
ValidatorOptions
public ValidatorOptions()