Enum DataValidationCtrl.AllowPair

    • Method Detail

      • values

        public static DataValidationCtrl.AllowPair[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (DataValidationCtrl.AllowPair c : DataValidationCtrl.AllowPair.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DataValidationCtrl.AllowPair valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getType

        public io.keikai.api.model.Validation.ValidationType getType()
      • isDataEnabled

        public boolean isDataEnabled()
      • isIgnoreBlankEnabled

        public boolean isIgnoreBlankEnabled()
      • isInCellCheckEnabled

        public boolean isInCellCheckEnabled()
      • getPointName

        public java.lang.String getPointName()
      • getMinimumName

        public java.lang.String getMinimumName()
      • getMaximumName

        public java.lang.String getMaximumName()
      • isParam1Enabled

        public boolean isParam1Enabled()
      • isParam2Enabled

        public boolean isParam2Enabled()