Package com.anylogic.engine.database
- java.lang.Object
- java.lang.Enum<DatabaseLogTableType>
- com.anylogic.engine.database.DatabaseLogTableType
- All Implemented Interfaces:
DatabaseLoggingObjectDescriptor
,Serializable
,Comparable<DatabaseLogTableType>
,Constable
@AnyLogicInternalAPI public enum DatabaseLogTableType extends Enum<DatabaseLogTableType> implements DatabaseLoggingObjectDescriptor
Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method | Description |
---|---|---|
String | getCreateSQL() | |
Set<LoggingType> | getLoggingTypes() | |
String | getName() | |
String | getTableName() |
Deprecated.
|
String | getType() | |
static DatabaseLogTableType | valueOf |
Returns the enum constant of this class with the specified name.
|
static DatabaseLogTableType[] | values() |
Returns an array containing the constants of this enum class, in
the order they are declared.
|
public static DatabaseLogTableType[] values()
Returns an array containing the constants of this enum class, in
the order they are declared.
- Returns:
- an array containing the constants of this enum class, in the order they are declared
public static DatabaseLogTableType valueOf(String name)
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
@Deprecated public String getTableName()
Deprecated.
Returns table name with schema prefix
public Set<LoggingType> getLoggingTypes()
- Specified by:
getLoggingTypes
in interfaceDatabaseLoggingObjectDescriptor
public String getName()
- Specified by:
getName
in interfaceDatabaseLoggingObjectDescriptor
public String getCreateSQL()
- Specified by:
getCreateSQL
in interfaceDatabaseLoggingObjectDescriptor
public String getType()
- Specified by:
getType
in interfaceDatabaseLoggingObjectDescriptor