ApplicationStatus.java

package access.model;

public enum ApplicationStatus {

    OPEN, COMPLETE,
}