Uses of Enum
dev.metaschema.core.model.constraint.IAllowedValuesConstraint.Extensible
Packages that use IAllowedValuesConstraint.Extensible
Package
Description
Metaschema constraint definitions and validation framework.
-
Uses of IAllowedValuesConstraint.Extensible in dev.metaschema.core.model.constraint
Fields in dev.metaschema.core.model.constraint declared as IAllowedValuesConstraint.ExtensibleModifier and TypeFieldDescriptionstatic final IAllowedValuesConstraint.ExtensibleIAllowedValuesConstraint.EXTENSIBLE_DEFAULTThe default extensible value.Methods in dev.metaschema.core.model.constraint that return IAllowedValuesConstraint.ExtensibleModifier and TypeMethodDescriptionIAllowedValuesConstraint.getExtensible()Determines the degree to which this constraint can be extended by other constraints applied to the same value.Returns the enum constant of this type with the specified name.static IAllowedValuesConstraint.Extensible[]IAllowedValuesConstraint.Extensible.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.metaschema.core.model.constraint with parameters of type IAllowedValuesConstraint.ExtensibleModifier and TypeMethodDescriptionIAllowedValuesConstraint.Builder.extensible(IAllowedValuesConstraint.Extensible extensible) Determine the allowed scope of extension for other constraints matching this constraint's target.