Uses of Enum Class
com.onwbp.base.schema.validation.ValidationPolicyForTableViewEnum
Packages that use ValidationPolicyForTableViewEnum
-
Uses of ValidationPolicyForTableViewEnum in com.onwbp.base.schema.validation
Methods in com.onwbp.base.schema.validation that return ValidationPolicyForTableViewEnumModifier and TypeMethodDescriptionValidationPolicyForTableViewEnum.parseValue(String aStringValue) Returns the enum constant of this class with the specified name.static ValidationPolicyForTableViewEnum[]ValidationPolicyForTableViewEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValidationPolicyForTableViewEnum in com.onwbp.base.schema.view
Methods in com.onwbp.base.schema.view that return ValidationPolicyForTableViewEnumModifier and TypeMethodDescriptionSchemaDefaultTableView.getDefaultValidationPolicyForTableView()Returns the default validation policy for table view as defined in the associated table in the data model.SchemaDefaultTableView.getResolvedValidationPolicy()Returns the resolved validation policy to use when displaying records of the associated table in the table view.