Class CaseParameterCorrector


  • public class CaseParameterCorrector
    extends Object
    Parameter correctors that can be used to change the case of a model node that is of type string.
    Author:
    James R. Perkins
    • Field Detail

      • TO_UPPER

        public static final ParameterCorrector TO_UPPER
        Converts the string value of the newValue into uppercase only if the value is not already in uppercase.
      • TO_LOWER

        public static final ParameterCorrector TO_LOWER
        Converts the string value of the newValue into lowercase only if the value is not already in lowercase.
    • Constructor Detail

      • CaseParameterCorrector

        public CaseParameterCorrector()