com.ibm.jarm.api.util

Enum RMLogCode

  • java.lang.Object
    • java.lang.Enum<RMLogCode>
      • com.ibm.jarm.api.util.RMLogCode
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<RMLogCode>


    public enum RMLogCode
    extends java.lang.Enum<RMLogCode>
    For internal use only.

    Enumerated values representing JarmLogger resource string keys. These represent localized message strings for non-exception log output.

    • Enum Constant Detail

      • TEST_CODE

        public static final RMLogCode TEST_CODE
      • RMAUDIT_CREATION_FAILURE

        public static final RMLogCode RMAUDIT_CREATION_FAILURE
      • RECORDCOPY_DOCUMENT_FILING_FAILURE

        public static final RMLogCode RECORDCOPY_DOCUMENT_FILING_FAILURE
      • MULTIPLE_ACTIVE_VOLUMES

        public static final RMLogCode MULTIPLE_ACTIVE_VOLUMES
      • DOD_CLASSIFIED_DECL_VERSIONING_FAILURE

        public static final RMLogCode DOD_CLASSIFIED_DECL_VERSIONING_FAILURE
      • PSS_Atlas_ARTIFACT_DELETE_FAILURE

        public static final RMLogCode PSS_Atlas_ARTIFACT_DELETE_FAILURE
      • RECALCULATE_CUTOFF_PERFORMED

        public static final RMLogCode RECALCULATE_CUTOFF_PERFORMED
    • Method Detail

      • values

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

        public static RMLogCode 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
      • getMessageKey

        public java.lang.String getMessageKey()
        Returns the logging resource key string in its IBM Standard Message Id form, e.g. "FNRRS0700".
        Returns:
        A String value.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.