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
- Method Detail
- java.lang.Object
-
- java.lang.Enum<DatabaseLogFunctions>
-
- com.anylogic.engine.database.DatabaseLogFunctions
- All Implemented Interfaces:
DatabaseLoggingObjectDescriptor
,java.io.Serializable
,java.lang.Comparable<DatabaseLogFunctions>
public enum DatabaseLogFunctions extends java.lang.Enum<DatabaseLogFunctions> implements DatabaseLoggingObjectDescriptor
FORMAT_AGENT_NAME |
|
FORMAT_AGENT_TYPE_NAME |
|
Enum Constant | Description |
---|
EMPTY
java.lang.String |
getCreateSQL() |
|
java.lang.String |
getFunctionDefinition() |
|
java.lang.String |
getName() |
|
java.lang.String |
getType() |
|
static DatabaseLogFunctions |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DatabaseLogFunctions[] |
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
getLoggingTypes, getSaveSQL
public static final DatabaseLogFunctions FORMAT_AGENT_TYPE_NAME
public static final DatabaseLogFunctions FORMAT_AGENT_NAME
public static DatabaseLogFunctions[] 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 (DatabaseLogFunctions c : DatabaseLogFunctions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
public static DatabaseLogFunctions 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 getFunctionDefinition()
public java.lang.String getType()
- Specified by:
getType
in interfaceDatabaseLoggingObjectDescriptor
public java.lang.String getCreateSQL()
- Specified by:
getCreateSQL
in interfaceDatabaseLoggingObjectDescriptor
-
How can we improve this article?
-