Class BaseParameterConstraint

    • Field Detail

      • name

        protected String name
        Constraint name
      • cache

        protected boolean cache
        Flag to determine whether the allowable values should be cached
      • allowableValues

        protected Map<String,​String> allowableValues
        Map of allowable values
    • Constructor Detail

      • BaseParameterConstraint

        public BaseParameterConstraint()