Interface ProcessServerCheckAttributeInfo


  • public interface ProcessServerCheckAttributeInfo
    An object providing info for a Process Server Check Attribute
    • Method Detail

      • getTranslationKey

        String getTranslationKey()
        Returns the translation key of an attribute
        Returns:
        the translation key
      • isFileChooser

        boolean isFileChooser()
        Returns true if the attribute has a file chooser associated with it. Returns false otherwise.
        Returns:
        the file chooser option
      • isMandatory

        boolean isMandatory()
        Returns true if the attribute is mandatory. Returns false if the attribute is optional.
        Returns:
        the mandatory option