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