Enum Class PrometheusViewResource
java.lang.Object
java.lang.Enum<PrometheusViewResource>
io.github.tonywasher.joceanus.prometheus.views.PrometheusViewResource
- All Implemented Interfaces:
OceanusBundleId,Serializable,Comparable<PrometheusViewResource>,Constable
Resource IDs for jPrometheus View Fields.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUpdateSet Name.ViewerEntry Analysis.ViewerEntry DataSet.ViewerEntry Maintenance.ViewerEntry StaticData.ViewerEntry Updates. -
Method Summary
Modifier and TypeMethodDescriptionprotected static OceanusBundleIdObtain key for stdEntry.Get Key Name.Get NameSpace.getValue()Get Value.static PrometheusViewResourceReturns the enum constant of this class with the specified name.static PrometheusViewResource[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VIEWERENTRY_DATASET
ViewerEntry DataSet. -
VIEWERENTRY_UPDATES
ViewerEntry Updates. -
VIEWERENTRY_ANALYSIS
ViewerEntry Analysis. -
VIEWERENTRY_MAINT
ViewerEntry Maintenance. -
VIEWERENTRY_STATIC
ViewerEntry StaticData. -
UPDATESET_NAME
UpdateSet Name.
-
-
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.
-
getKeyForViewerEntry
Obtain key for stdEntry.- Parameters:
pEntry- the entry- Returns:
- the resource key
-