public static enum GetLogTracesOp.LoggingFileDestinationId extends java.lang.Enum<GetLogTracesOp.LoggingFileDestinationId>
enumeration lists all the identifiers of the fileset that contains the log and trace entries to retrieve.
The identifiers of the fileset are:
For more information, consult the product documentation of SAP Convergent Charging:
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:simpleType name="LoggingFileDestinationId">
<xs:restriction base="xs:string">
<xs:enumeration value="LDF1" /> <!-- Logging Destination Fileset #1 -->
<xs:enumeration value="LDF2" />
<xs:enumeration value="LDF3" />
<xs:enumeration value="LDF4" />
<xs:enumeration value="LDF5" />
</xs:restriction>
</xs:simpleType>
| Modifier and Type | Method and Description |
|---|---|
static GetLogTracesOp.LoggingFileDestinationId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetLogTracesOp.LoggingFileDestinationId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetLogTracesOp.LoggingFileDestinationId LDF1
public static final GetLogTracesOp.LoggingFileDestinationId LDF2
public static final GetLogTracesOp.LoggingFileDestinationId LDF3
public static final GetLogTracesOp.LoggingFileDestinationId LDF4
public static final GetLogTracesOp.LoggingFileDestinationId LDF5
public static GetLogTracesOp.LoggingFileDestinationId[] values()
for (GetLogTracesOp.LoggingFileDestinationId c : GetLogTracesOp.LoggingFileDestinationId.values()) System.out.println(c);
public static GetLogTracesOp.LoggingFileDestinationId 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 null