DocumentState.java

package com.tradecloud.domain.dms;

public enum DocumentState {
    CREATED, DELETED, REVIEWED
}