public static enum DBSchemaLoader.PARAMETERS_ENUM extends Enum<DBSchemaLoader.PARAMETERS_ENUM>
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getName() |
static DBSchemaLoader.PARAMETERS_ENUM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBSchemaLoader.PARAMETERS_ENUM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBSchemaLoader.PARAMETERS_ENUM DATABASE_TYPE
public static final DBSchemaLoader.PARAMETERS_ENUM SCHEMA_VERSION
public static final DBSchemaLoader.PARAMETERS_ENUM DATABASE_NAME
public static final DBSchemaLoader.PARAMETERS_ENUM DATABASE_HOSTNAME
public static final DBSchemaLoader.PARAMETERS_ENUM TIGASE_USERNAME
public static final DBSchemaLoader.PARAMETERS_ENUM TIGASE_PASSWORD
public static final DBSchemaLoader.PARAMETERS_ENUM ROOT_USERNAME
public static final DBSchemaLoader.PARAMETERS_ENUM ROOT_PASSWORD
public static final DBSchemaLoader.PARAMETERS_ENUM LOG_LEVEL
public static final DBSchemaLoader.PARAMETERS_ENUM USE_SSL
public static final DBSchemaLoader.PARAMETERS_ENUM GET_URI
public static final DBSchemaLoader.PARAMETERS_ENUM QUERY
public static final DBSchemaLoader.PARAMETERS_ENUM FILE
public static final DBSchemaLoader.PARAMETERS_ENUM ADMIN_JID
public static final DBSchemaLoader.PARAMETERS_ENUM ADMIN_JID_PASS
public static final DBSchemaLoader.PARAMETERS_ENUM IGNORE_MISSING_FILES
public static final DBSchemaLoader.PARAMETERS_ENUM FORCE_RELOAD_ALL_SCHEMA_FILES
public static final DBSchemaLoader.PARAMETERS_ENUM DATABASE_OPTIONS
public static final DBSchemaLoader.PARAMETERS_ENUM USE_LEGACY_DATETIME_CODE
public static final DBSchemaLoader.PARAMETERS_ENUM SERVER_TIMEZONE
public static DBSchemaLoader.PARAMETERS_ENUM[] values()
for (DBSchemaLoader.PARAMETERS_ENUM c : DBSchemaLoader.PARAMETERS_ENUM.values()) System.out.println(c);
public static DBSchemaLoader.PARAMETERS_ENUM valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
public String getDefaultValue()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.