public enum LogbookLifeCycleMongoDbName extends Enum<LogbookLifeCycleMongoDbName>
Enum Constant and Description |
---|
agentIdentifier
agentIdentifier
|
eventDateTime
eventDateTime
|
eventDetailData
eventDetailData
|
eventIdentifier
eventIdentifier
|
eventIdentifierProcess
eventIdentifierProcess
|
eventType
eventType
|
eventTypeProcess
eventTypeProcess
|
objectIdentifier
objectIdentifier
|
outcome
outcome
|
outcomeDetail
outcomeDetail
|
outcomeDetailMessage
outcomeDetailMessage
|
parentEventIdentifier
parentEventIdentifier
|
Modifier and Type | Method and Description |
---|---|
String |
getDbname() |
static LogbookLifeCycleMongoDbName |
getFromDbname(String name) |
static LogbookLifeCycleMongoDbName |
getLogbookLifeCycleMongoDbName(LogbookParameterName name) |
LogbookParameterName |
getLogbookParameterName() |
static LogbookLifeCycleMongoDbName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogbookLifeCycleMongoDbName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogbookLifeCycleMongoDbName eventIdentifier
public static final LogbookLifeCycleMongoDbName parentEventIdentifier
public static final LogbookLifeCycleMongoDbName eventType
public static final LogbookLifeCycleMongoDbName eventDateTime
public static final LogbookLifeCycleMongoDbName eventIdentifierProcess
public static final LogbookLifeCycleMongoDbName eventTypeProcess
public static final LogbookLifeCycleMongoDbName outcome
public static final LogbookLifeCycleMongoDbName outcomeDetail
public static final LogbookLifeCycleMongoDbName outcomeDetailMessage
public static final LogbookLifeCycleMongoDbName agentIdentifier
public static final LogbookLifeCycleMongoDbName objectIdentifier
public static final LogbookLifeCycleMongoDbName eventDetailData
public static LogbookLifeCycleMongoDbName[] values()
for (LogbookLifeCycleMongoDbName c : LogbookLifeCycleMongoDbName.values()) System.out.println(c);
public static LogbookLifeCycleMongoDbName 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 final String getDbname()
public final LogbookParameterName getLogbookParameterName()
LogbookParameterName
public static final LogbookLifeCycleMongoDbName getLogbookLifeCycleMongoDbName(LogbookParameterName name)
name
- as LogbookParameterName
LogbookLifeCycleMongoDbName
public static final LogbookLifeCycleMongoDbName getFromDbname(String name)
name
- as db field nameLogbookLifeCycleMongoDbName
Copyright © 2018 Vitam. All rights reserved.