Package com.anylogic.engine.database
- Enum Constant Summary
- Field Summary
- Fields inherited from interface com.anylogic.engine.database.DatabaseLoggingObjectDescriptor
- Method Summary
- Methods inherited from class java.lang.Enum
- Methods inherited from class java.lang.Object
- Methods inherited from interface com.anylogic.engine.database.DatabaseLoggingObjectDescriptor
- Enum Constant Detail
- AGENTS
- LIBRARY_BLOCKS
- AGENT_PARAMETERS
- LIBRARY_BLOCK_PARAMETERS
- AGENT_MOVEMENT
- AGENT_MOVEMENT_STATS
- AGENT_MESSAGES
- EVENTS
- FLOWCHART_ENTRIES
- FLOWCHART_PROCESS_STATES
- FLOWCHART_STATS_TIME_IN_STATE
- RESOURCE_UNIT_STATES
- RESOURCE_UNIT_TASK_STATS
- RESOURCE_POOL_TASK_STATS
- RESOURCE_POOL_UTILIZATION
- RESOURCE_UNIT_UTILIZATION
- FLUID_UNITS
- FLUID_STORAGES
- FLUID_RATES
- FLUID_UTILIZATION
- STATECHART_TRANSITIONS
- AGENT_STATECHART_STATES
- AGENT_STATECHART_STATS
- AGENT_TYPE_STATECHART_STATS
- STATISTICS
- DATASETS
- HISTOGRAMS
- TRACE
- Method Detail
- java.lang.Object
-
- java.lang.Enum<DatabaseLogViews>
-
- com.anylogic.engine.database.DatabaseLogViews
- All Implemented Interfaces:
DatabaseLoggingObjectDescriptor
,java.io.Serializable
,java.lang.Comparable<DatabaseLogViews>
@AnyLogicInternalAPI public enum DatabaseLogViews extends java.lang.Enum<DatabaseLogViews> implements DatabaseLoggingObjectDescriptor
EMPTY
java.lang.String |
getCreateSQL() |
|
java.util.Set<LoggingType> |
getLoggingTypes() |
|
java.lang.String |
getName() |
|
DatabaseLoggingObjectDescriptor[] |
getReferences() |
|
java.lang.String |
getType() |
|
static DatabaseLogViews |
value(java.lang.String name) |
|
static DatabaseLogViews |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DatabaseLogViews[] |
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
getSaveSQL
public static final DatabaseLogViews AGENTS
public static final DatabaseLogViews LIBRARY_BLOCKS
public static final DatabaseLogViews AGENT_PARAMETERS
public static final DatabaseLogViews LIBRARY_BLOCK_PARAMETERS
public static final DatabaseLogViews AGENT_MOVEMENT
public static final DatabaseLogViews AGENT_MOVEMENT_STATS
public static final DatabaseLogViews AGENT_MESSAGES
public static final DatabaseLogViews EVENTS
public static final DatabaseLogViews FLOWCHART_ENTRIES
public static final DatabaseLogViews FLOWCHART_PROCESS_STATES
public static final DatabaseLogViews FLOWCHART_STATS_TIME_IN_STATE
public static final DatabaseLogViews RESOURCE_UNIT_STATES
public static final DatabaseLogViews RESOURCE_UNIT_TASK_STATS
public static final DatabaseLogViews RESOURCE_POOL_TASK_STATS
public static final DatabaseLogViews RESOURCE_POOL_UTILIZATION
public static final DatabaseLogViews RESOURCE_UNIT_UTILIZATION
public static final DatabaseLogViews FLUID_UNITS
public static final DatabaseLogViews FLUID_STORAGES
public static final DatabaseLogViews FLUID_RATES
public static final DatabaseLogViews FLUID_UTILIZATION
public static final DatabaseLogViews STATECHART_TRANSITIONS
public static final DatabaseLogViews AGENT_STATECHART_STATES
public static final DatabaseLogViews AGENT_STATECHART_STATS
public static final DatabaseLogViews AGENT_TYPE_STATECHART_STATS
public static final DatabaseLogViews STATISTICS
public static final DatabaseLogViews DATASETS
public static final DatabaseLogViews HISTOGRAMS
public static final DatabaseLogViews TRACE
public static DatabaseLogViews[] 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 (DatabaseLogViews c : DatabaseLogViews.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
public static DatabaseLogViews 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 java.lang.String getName()
- Specified by:
getName
in interfaceDatabaseLoggingObjectDescriptor
public java.lang.String getCreateSQL()
- Specified by:
getCreateSQL
in interfaceDatabaseLoggingObjectDescriptor
public static DatabaseLogViews value(java.lang.String name) throws java.lang.EnumConstantNotPresentException
- Throws:
java.lang.EnumConstantNotPresentException
public java.util.Set<LoggingType> getLoggingTypes()
- Specified by:
getLoggingTypes
in interfaceDatabaseLoggingObjectDescriptor
public java.lang.String getType()
- Specified by:
getType
in interfaceDatabaseLoggingObjectDescriptor
public DatabaseLoggingObjectDescriptor[] getReferences()
-
How can we improve this article?
-