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 TypeMethodDescriptionbooleanFlagAllowedValues.addEnum(ConstraintValueEnum item) Add a newConstraintValueEnumitem to the underlying collection.booleanTargetedAllowedValuesConstraint.addEnum(ConstraintValueEnum item) Add a newConstraintValueEnumitem to the underlying collection.booleanFlagAllowedValues.removeEnum(ConstraintValueEnum item) Remove the first matchingConstraintValueEnumitem from the underlying collection.booleanTargetedAllowedValuesConstraint.removeEnum(ConstraintValueEnum item) Remove the first matchingConstraintValueEnumitem from the underlying collection.Method parameters in com.example.metaschema with type arguments of type ConstraintValueEnumModifier and TypeMethodDescriptionvoidFlagAllowedValues.setEnums(List<ConstraintValueEnum> value) voidTargetedAllowedValuesConstraint.setEnums(List<ConstraintValueEnum> value)