Interface AdministrationGovernanceMetaData<G extends Enum<G>>
public interface AdministrationGovernanceMetaData<G extends Enum<G>>
Describes a
Governance used by the Administration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()Obtains theEnumkey identifying thisGovernance.getLabel()Provides a descriptive name for thisEscalation.
-
Method Details
-
getKey
G getKey()Obtains theEnumkey identifying thisGovernance. IfnullthenGovernancewill be referenced by this instance's index in the array returned fromAdministrationMetaData.- Returns:
Enumkey identifying theGovernanceornullindicating identified by an index.
-
getLabel
String getLabel()Provides a descriptive name for thisEscalation. This is useful to better describe theEscalation.- Returns:
- Descriptive name for this
Escalation.
-