Interface AdministrationGovernanceMetaData<G extends java.lang.Enum<G>>
-
public interface AdministrationGovernanceMetaData<G extends java.lang.Enum<G>>Describes aGovernanceused by theAdministration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GgetKey()Obtains theEnumkey identifying thisGovernance.java.lang.StringgetLabel()Provides a descriptive name for thisEscalation.
-
-
-
Method Detail
-
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
java.lang.String getLabel()
Provides a descriptive name for thisEscalation. This is useful to better describe theEscalation.- Returns:
- Descriptive name for this
Escalation.
-
-