public interface AnnotationReviewStatus
Annotation
.Modifier and Type | Field and Description |
---|---|
static String |
STATE_ACCEPTED |
static String |
STATE_CANCELLED |
static String |
STATE_COMPLETED |
static String |
STATE_NONE |
static String |
STATE_REJECTED |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date this status was set.
|
String |
getReviewer()
Returns the name of the reviewer.
|
String |
getStatus()
Returns the review status, will be one of the defined review states.
|
static final String STATE_NONE
static final String STATE_ACCEPTED
static final String STATE_REJECTED
static final String STATE_CANCELLED
static final String STATE_COMPLETED
Date getDate()
String getReviewer()
String getStatus()