public static enum DatabaseManagerBase.DatabaseConfigurationInformationStatus extends java.lang.Enum<DatabaseManagerBase.DatabaseConfigurationInformationStatus>
Enum Constant and Description |
---|
NEW_PROPERTIES_CREATED
Indicates that new properties has been created due to problems reading the properties file or due to first time execution.
|
NO_PROPERTIES_FILE_EXIST
Indicates that new properties has been created due to problems reading the properties file or due to first time execution.
|
PROPERTIES_READ_FROM_FILE
Indicates that the properties file has been successfully read from disk.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseManagerBase.DatabaseConfigurationInformationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseManagerBase.DatabaseConfigurationInformationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseManagerBase.DatabaseConfigurationInformationStatus NO_PROPERTIES_FILE_EXIST
public static final DatabaseManagerBase.DatabaseConfigurationInformationStatus NEW_PROPERTIES_CREATED
public static final DatabaseManagerBase.DatabaseConfigurationInformationStatus PROPERTIES_READ_FROM_FILE
public static DatabaseManagerBase.DatabaseConfigurationInformationStatus[] values()
for (DatabaseManagerBase.DatabaseConfigurationInformationStatus c : DatabaseManagerBase.DatabaseConfigurationInformationStatus.values()) System.out.println(c);
public static DatabaseManagerBase.DatabaseConfigurationInformationStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa