Class UserProfileConfiguration.ProfileProperty

    • Method Detail

      • getHeaderName

        public String getHeaderName()
      • getProfileName

        public String getProfileName()
      • getValueToUseIfNoOtherValidValue

        public String getValueToUseIfNoOtherValidValue()
      • getValidationRegex

        public String getValidationRegex()
      • isOptional

        public boolean isOptional()
      • isValid

        public boolean isValid​(String value)
        Value missing (null: Is valid if property optional. Value not missing: Is valid if validation regex is missing or if the value matches the validation regex.
        Parameters:
        value - The value or null if the property is missing.
        Returns:
        Valid?
      • compileRegex

        protected void compileRegex()