Uses of Class
com.example.metaschema.ConstraintValueEnum
Packages that use ConstraintValueEnum
-
Uses of ConstraintValueEnum in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type ConstraintValueEnumModifier and TypeMethodDescriptionFlagAllowedValues.getEnums()
TargetedAllowedValuesConstraint.getEnums()
Methods in com.example.metaschema with parameters of type ConstraintValueEnumModifier 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.Method parameters in com.example.metaschema with type arguments of type ConstraintValueEnumModifier and TypeMethodDescriptionvoid
FlagAllowedValues.setEnums
(List<ConstraintValueEnum> value) void
TargetedAllowedValuesConstraint.setEnums
(List<ConstraintValueEnum> value)