public static enum JarmTracer.SubSystem extends java.lang.Enum<JarmTracer.SubSystem>
Enum Constant and Description |
---|
Api
JARM public API subsystem.
|
RalCM8
JARM Content Manager 8 RAL subsystem
|
RalCommon
JARM Common RAL subsystem.
|
RalP8CE
JARM P8 Content Engine RAL subsystem.
|
RalP8CE_CBR
JARM P8 Content Engine RAL CBR subsystem.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Returns the label for a subsystem used to generate
trace message strings.
|
static JarmTracer.SubSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JarmTracer.SubSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JarmTracer.SubSystem Api
public static final JarmTracer.SubSystem RalCommon
public static final JarmTracer.SubSystem RalP8CE
public static final JarmTracer.SubSystem RalP8CE_CBR
public static final JarmTracer.SubSystem RalCM8
public static JarmTracer.SubSystem[] values()
for (JarmTracer.SubSystem c : JarmTracer.SubSystem.values()) System.out.println(c);
public static JarmTracer.SubSystem 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 getLabel()
String
label.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.