Interface AdministrationEscalationType
- All Known Implementing Classes:
AdministrationEscalationTypeImpl
public interface AdministrationEscalationType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name for theAdministrationEscalationType.Obtains the type ofEscalationFlowby theAdministration.
-
Method Details
-
getEscalationName
String getEscalationName()Obtains the name for theAdministrationEscalationType.- Returns:
- Name for the
AdministrationEscalationType.
-
getEscalationType
Obtains the type ofEscalationFlowby theAdministration.- Type Parameters:
E-Escalationtype.- Returns:
- Type of
EscalationFlowby theAdministration.
-