Package com.anylogic.engine.database
- Enum Constant Summary
- Method Summary
- Methods inherited from class java.lang.Enum
- Methods inherited from class java.lang.Object
- Enum Constant Detail
- LOGGING
- LOGGING_AGENT_PARAMETERS
- LOGGING_EVENTS
- LOGGING_STATECHARTS
- LOGGING_FLOWCHART_ENTRIES
- LOGGING_FLOWCHART_PROCESS_STATES
- LOGGING_RESOURCE_UNIT_STATES
- LOGGING_RESOURCE_UTILIZATION
- LOGGING_FLUID_STATISTICS
- LOGGING_AGENT_MOVEMENT
- LOGGING_AGENT_MESSAGES
- LOGGING_TRACE
- LOGGING_STATISTICS
- LOGGING_DATASETS
- LOGGING_HISTOGRAMS
- Method Detail
- java.lang.Object
-
- java.lang.Enum<LoggingType>
-
- com.anylogic.engine.database.LoggingType
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<LoggingType>
@AnyLogicInternalAPI public enum LoggingType extends java.lang.Enum<LoggingType>
boolean |
isLoggingOn(Engine engine) |
|
static LoggingType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LoggingType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final LoggingType LOGGING
public static final LoggingType LOGGING_AGENT_PARAMETERS
public static final LoggingType LOGGING_EVENTS
public static final LoggingType LOGGING_STATECHARTS
public static final LoggingType LOGGING_FLOWCHART_ENTRIES
public static final LoggingType LOGGING_FLOWCHART_PROCESS_STATES
public static final LoggingType LOGGING_RESOURCE_UNIT_STATES
public static final LoggingType LOGGING_RESOURCE_UTILIZATION
public static final LoggingType LOGGING_FLUID_STATISTICS
public static final LoggingType LOGGING_AGENT_MOVEMENT
public static final LoggingType LOGGING_AGENT_MESSAGES
public static final LoggingType LOGGING_TRACE
public static final LoggingType LOGGING_STATISTICS
public static final LoggingType LOGGING_DATASETS
public static final LoggingType LOGGING_HISTOGRAMS
public static LoggingType[] 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 (LoggingType c : LoggingType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
public static LoggingType 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 namejava.lang.NullPointerException
- if the argument is null
public boolean isLoggingOn(Engine engine)
-
How can we improve this article?
-