Interface AdministrationEscalationMetaData
-
public interface AdministrationEscalationMetaDataDescribes aEscalationfrom theAdministration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends java.lang.Throwable>
java.lang.Class<E>getEscalationType()Obtains theClassof theEscalation.java.lang.StringgetLabel()Provides a descriptive name for thisEscalation.
-
-
-
Method Detail
-
getEscalationType
<E extends java.lang.Throwable> java.lang.Class<E> getEscalationType()
Obtains theClassof theEscalation.- Type Parameters:
E-Escalationtype.- Returns:
Classof theEscalation.
-
getLabel
java.lang.String getLabel()
Provides a descriptive name for thisEscalation. This is useful to better describe theEscalation.- Returns:
- Descriptive name for this
Escalation.
-
-