Class ReevaluationTime.Id
java.lang.Object
com.aquima.interactions.process.impl.ReevaluationTime.Id
- Enclosing class:
- ReevaluationTime
This interface holds the numeric id's of the various evaluate times.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Integer id of the day evaluation time.static final int
Integer id of the hour evaluation time.static final int
Integer id of the minute evaluation time.static final int
Integer id of the never evaluation time.static final int
Integer id of the week evaluation time. -
Method Summary
-
Field Details
-
DAY_ID
public static final int DAY_IDInteger id of the day evaluation time.- See Also:
-
HOUR_ID
public static final int HOUR_IDInteger id of the hour evaluation time.- See Also:
-
MINUTE_ID
public static final int MINUTE_IDInteger id of the minute evaluation time.- See Also:
-
WEEK_ID
public static final int WEEK_IDInteger id of the week evaluation time.- See Also:
-
NEVER_ID
public static final int NEVER_IDInteger id of the never evaluation time.- See Also:
-