public enum LogDataReferenceType extends Enum<LogDataReferenceType>
| Enum Constant and Description |
|---|
INPUT |
INPUTFIELD |
NONE |
RESULT |
| Modifier and Type | Method and Description |
|---|---|
static LogDataReferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogDataReferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogDataReferenceType INPUT
public static final LogDataReferenceType INPUTFIELD
public static final LogDataReferenceType RESULT
public static final LogDataReferenceType NONE
public static LogDataReferenceType[] values()
for (LogDataReferenceType c : LogDataReferenceType.values()) System.out.println(c);
public static LogDataReferenceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 CERN European Organization for Nuclear Research. All rights reserved.