Interface PriorityIncreaseData
-
public interface PriorityIncreaseDataData for the priority increase measure.- Author:
- Kevin Goeser
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPriorityIncreaseData.TypeWhat to do in the escalation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PriorityIncreaseData.TypegetType()intgetValue()The priority.voidsetType(PriorityIncreaseData.Type type)Setter forgetType().voidsetValue(int value)Setter forgetValue().
-
-
-
Field Detail
-
ID
static final String ID
Plug-in ID- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
PriorityIncreaseData.Type getType()
- Returns:
- What to do during escalation.
-
setType
void setType(PriorityIncreaseData.Type type)
Setter forgetType().- Parameters:
type-
-
getValue
int getValue()
The priority. Returns an absolute value if the type is set toPriorityIncreaseData.Type.IncreaseToand a relative value if the type is set toPriorityIncreaseData.Type.IncreaseBy.- Returns:
- The priority.
-
setValue
void setValue(int value)
Setter forgetValue().- Parameters:
value-
-
-