public enum RMLogCode extends java.lang.Enum<RMLogCode>
Enumerated values representing JarmLogger
resource string keys.
These represent localized message strings for non-exception log output.
Enum Constant and Description |
---|
DOD_CLASSIFIED_DECL_VERSIONING_FAILURE |
MULTIPLE_ACTIVE_VOLUMES |
PSS_Atlas_ARTIFACT_DELETE_FAILURE |
RECALCULATE_CUTOFF_PERFORMED |
RECORDCOPY_DOCUMENT_FILING_FAILURE |
RMAUDIT_CREATION_FAILURE |
TEST_CODE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessageKey()
Returns the logging resource key string in its IBM Standard Message Id
form, e.g.
|
static RMLogCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RMLogCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RMLogCode TEST_CODE
public static final RMLogCode RMAUDIT_CREATION_FAILURE
public static final RMLogCode RECORDCOPY_DOCUMENT_FILING_FAILURE
public static final RMLogCode MULTIPLE_ACTIVE_VOLUMES
public static final RMLogCode DOD_CLASSIFIED_DECL_VERSIONING_FAILURE
public static final RMLogCode PSS_Atlas_ARTIFACT_DELETE_FAILURE
public static final RMLogCode RECALCULATE_CUTOFF_PERFORMED
public static RMLogCode[] values()
for (RMLogCode c : RMLogCode.values()) System.out.println(c);
public static RMLogCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getMessageKey()
String
value.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.