Enum LogbookMongoDbName

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<LogbookMongoDbName>

    public enum LogbookMongoDbName
    extends java.lang.Enum<LogbookMongoDbName>
    Enum with all possible logbook parameters

    Use to set parameter value and to check emptiness or nullity
    • Enum Constant Detail

      • parentEventIdentifier

        public static final LogbookMongoDbName parentEventIdentifier
        parentEventIdentifier
      • eventIdentifierProcess

        public static final LogbookMongoDbName eventIdentifierProcess
        eventIdentifierProcess
      • eventTypeProcess

        public static final LogbookMongoDbName eventTypeProcess
        eventTypeProcess
      • outcomeDetailMessage

        public static final LogbookMongoDbName outcomeDetailMessage
        outcomeDetailMessage
      • agentIdentifierApplication

        public static final LogbookMongoDbName agentIdentifierApplication
        agentIdentifierApplication
      • agentIdentifierPersonae

        public static final LogbookMongoDbName agentIdentifierPersonae
        agentIdentifierApplication
      • agentIdentifierApplicationSession

        public static final LogbookMongoDbName agentIdentifierApplicationSession
        agentIdentifierApplicationSession
      • eventIdentifierRequest

        public static final LogbookMongoDbName eventIdentifierRequest
        eventIdentifierRequest
      • rightsStatementIdentifier

        public static final LogbookMongoDbName rightsStatementIdentifier
        rightsStatementIdentifier
      • objectIdentifier

        public static final LogbookMongoDbName objectIdentifier
        objectIdentifier
      • objectIdentifierRequest

        public static final LogbookMongoDbName objectIdentifierRequest
        objectIdentifierRequest
      • objectIdentifierIncome

        public static final LogbookMongoDbName objectIdentifierIncome
        objectIdentifierIncome
    • Method Detail

      • values

        public static LogbookMongoDbName[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (LogbookMongoDbName c : LogbookMongoDbName.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static LogbookMongoDbName valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getDbname

        public final java.lang.String getDbname()
        Returns:
        the corresponding dbname