Enum CheckObjectsNumberMessage

    • Enum Constant Detail

      • DUPLICATED_DIGITAL_OBJECT_WORKSPACE

        public static final CheckObjectsNumberMessage DUPLICATED_DIGITAL_OBJECT_WORKSPACE
        message for duplicated digital object
      • LIST_OF_UNDECLARED_DIGITAL_OBJECT

        public static final CheckObjectsNumberMessage LIST_OF_UNDECLARED_DIGITAL_OBJECT
        message for list of undeclared digital objects
      • COUNT_DIGITAL_OBJECT_SIP

        public static final CheckObjectsNumberMessage COUNT_DIGITAL_OBJECT_SIP
        massage for count digital object in sip
      • COUNT_DIGITAL_OBJECT_MANIFEST

        public static final CheckObjectsNumberMessage COUNT_DIGITAL_OBJECT_MANIFEST
        message for count digital object in manifest
      • NOT_FOUND_DIGITAL_OBJECT_MANIFEST

        public static final CheckObjectsNumberMessage NOT_FOUND_DIGITAL_OBJECT_MANIFEST
        message for not found digital object in manifest
    • Method Detail

      • values

        public static CheckObjectsNumberMessage[] 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 (CheckObjectsNumberMessage c : CheckObjectsNumberMessage.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CheckObjectsNumberMessage 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
      • getMessage

        public java.lang.String getMessage()
        getMessage, return the logged message
        Returns:
        message contain