Sessions
Template
>
hhn.temp.project
>
TaskState.java
TaskState.java
package hhn.temp.project;
public enum TaskState {
IN_PROGRESS,
FINISHED;
}