Interface AdministrationGovernanceMetaData<G extends java.lang.Enum<G>>
-
public interface AdministrationGovernanceMetaData<G extends java.lang.Enum<G>>
Describes aGovernance
used by theAdministration
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description G
getKey()
Obtains theEnum
key identifying thisGovernance
.java.lang.String
getLabel()
Provides a descriptive name for thisEscalation
.
-
-
-
Method Detail
-
getKey
G getKey()
Obtains theEnum
key identifying thisGovernance
. Ifnull
thenGovernance
will be referenced by this instance's index in the array returned fromAdministrationMetaData
.- Returns:
Enum
key identifying theGovernance
ornull
indicating identified by an index.
-
getLabel
java.lang.String getLabel()
Provides a descriptive name for thisEscalation
. This is useful to better describe theEscalation
.- Returns:
- Descriptive name for this
Escalation
.
-
-