Package com.onwbp.base.schema.validation
Enum Class ValidationPolicyForTableViewEnum
java.lang.Object
java.lang.Enum<ValidationPolicyForTableViewEnum>
com.onwbp.base.schema.validation.ValidationPolicyForTableViewEnum
- All Implemented Interfaces:
Serializable,Comparable<ValidationPolicyForTableViewEnum>,Constable
Defines the different validation policy to use when displaying records in the table view.
- Since:
- 6.2.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRetrieve the validation report of the records from the last persisted validation report.Display the records in the table view without validation.Perform an up-to-date validation for all records. -
Method Summary
Modifier and TypeMethodDescriptionparseValue(String aStringValue) Returns the enum constant of this class with the specified name.static ValidationPolicyForTableViewEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
AS_IS
Retrieve the validation report of the records from the last persisted validation report. -
NONE
Display the records in the table view without validation. -
UP_TO_DATE
Perform an up-to-date validation for all records.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getUserMessage
-
parseValue
-
getValues
-