public enum LogbookEventName extends Enum<LogbookEventName>
Enum Constant and Description |
---|
EVID |
EVID_PROC |
EVPARENT_ID |
EVTYPE |
EVTYPE_PARENT |
ID |
OUTCOME |
OUTCOMEDETAILS |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
getValue.
|
static LogbookEventName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogbookEventName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogbookEventName ID
public static final LogbookEventName EVID_PROC
public static final LogbookEventName EVTYPE
public static final LogbookEventName EVTYPE_PARENT
public static final LogbookEventName OUTCOME
public static final LogbookEventName EVID
public static final LogbookEventName OUTCOMEDETAILS
public static final LogbookEventName EVPARENT_ID
public static LogbookEventName[] values()
for (LogbookEventName c : LogbookEventName.values()) System.out.println(c);
public static LogbookEventName 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 nullpublic String getValue()
Copyright © 2018 Vitam. All rights reserved.