Package com.anylogic.engine.database
- java.lang.Object
- java.lang.Enum<DatabaseLogViews>
- com.anylogic.engine.database.DatabaseLogViews
- All Implemented Interfaces:
DatabaseLoggingObjectDescriptor
,Serializable
,Comparable<DatabaseLogViews>
,Constable
@AnyLogicInternalAPI public enum DatabaseLogViews extends Enum<DatabaseLogViews> implements DatabaseLoggingObjectDescriptor
Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method | Description |
---|---|---|
String | getCreateSQL() | |
Set<LoggingType> | getLoggingTypes() | |
String | getName() | |
DatabaseLoggingObjectDescriptor[] | getReferences() | |
String | getType() | |
static DatabaseLogViews | value | |
static DatabaseLogViews | valueOf |
Returns the enum constant of this class with the specified name.
|
static DatabaseLogViews[] | values() |
Returns an array containing the constants of this enum class, in
the order they are declared.
|
public static DatabaseLogViews[] 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 DatabaseLogViews 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
public String getName()
- Specified by:
getName
in interfaceDatabaseLoggingObjectDescriptor
public String getCreateSQL()
- Specified by:
getCreateSQL
in interfaceDatabaseLoggingObjectDescriptor
public static DatabaseLogViews value(String name) throws EnumConstantNotPresentException
- Throws:
EnumConstantNotPresentException
public Set<LoggingType> getLoggingTypes()
- Specified by:
getLoggingTypes
in interfaceDatabaseLoggingObjectDescriptor
public String getType()
- Specified by:
getType
in interfaceDatabaseLoggingObjectDescriptor
public DatabaseLoggingObjectDescriptor[] getReferences()