Uses of Class
com.example.metaschema.ConstraintValueEnum
-
Uses of ConstraintValueEnum in com.example.metaschema
Modifier and TypeMethodDescriptionFlagAllowedValues.getEnums()
TargetedAllowedValuesConstraint.getEnums()
Modifier and TypeMethodDescriptionboolean
FlagAllowedValues.addEnum
(ConstraintValueEnum item) Add a newConstraintValueEnum
item to the underlying collection.boolean
TargetedAllowedValuesConstraint.addEnum
(ConstraintValueEnum item) Add a newConstraintValueEnum
item to the underlying collection.boolean
FlagAllowedValues.removeEnum
(ConstraintValueEnum item) Remove the first matchingConstraintValueEnum
item from the underlying collection.boolean
TargetedAllowedValuesConstraint.removeEnum
(ConstraintValueEnum item) Remove the first matchingConstraintValueEnum
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
FlagAllowedValues.setEnums
(List<ConstraintValueEnum> value) void
TargetedAllowedValuesConstraint.setEnums
(List<ConstraintValueEnum> value)