Enum Class PrometheusThreadResource
java.lang.Object
java.lang.Enum<PrometheusThreadResource>
io.github.tonywasher.joceanus.prometheus.threads.PrometheusThreadResource
- All Implemented Interfaces:
OceanusBundleId,Serializable,Comparable<PrometheusThreadResource>,Constable
public enum PrometheusThreadResource
extends Enum<PrometheusThreadResource>
implements OceanusBundleId
Resource IDs for Prometheus Threads.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSeloect Backup File.Create Backup.Restore Backup.Change Password.CreateDB.CreateDBTables.LoadDB.PurgeDB.RenewSecurity.StoreDB.Create XML Backup.Restore XMLBackup MenuItem.Create XmlExtract. -
Method Summary
Modifier and TypeMethodDescriptionGet Key Name.Get NameSpace.getValue()Get Value.static PrometheusThreadResourceReturns the enum constant of this class with the specified name.static PrometheusThreadResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
THREAD_LOADDB
LoadDB. -
THREAD_STOREDB
StoreDB. -
THREAD_CREATEDB
CreateDB. -
THREAD_CREATEDBTABLES
CreateDBTables. -
THREAD_PURGEDB
PurgeDB. -
THREAD_BACKUPCREATE
Create Backup. -
THREAD_BACKUPRESTORE
Restore Backup. -
THREAD_XMLCREATE
Create XML Backup. -
THREAD_XMLLOAD
Restore XMLBackup MenuItem. -
THREAD_XTRACTCREATE
Create XmlExtract. -
THREAD_SECURERENEW
RenewSecurity. -
THREAD_CHANGEPASS
Change Password. -
TASK_SELECT_BACKUP
Seloect Backup File.
-
-
Method Details
-
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
-
valueOf
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
-
getKeyName
Description copied from interface:OceanusBundleIdGet Key Name.- Specified by:
getKeyNamein interfaceOceanusBundleId- Returns:
- the key name.
-
getNameSpace
Description copied from interface:OceanusBundleIdGet NameSpace.- Specified by:
getNameSpacein interfaceOceanusBundleId- Returns:
- the nameSpace.
-
getValue
Description copied from interface:OceanusBundleIdGet Value.- Specified by:
getValuein interfaceOceanusBundleId- Returns:
- the value.
-