public interface Review
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
PropertiesPackage.getReview()| Modifier and Type | Field and Description |
|---|---|
static String |
KIND_SUGGESTION |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Comment> |
getComments()
Returns the value of the 'Comments' containment reference list.
|
long |
getCreated()
Returns the value of the 'Created' attribute
|
String |
getKey()
Returns the value of the 'Key' attribute
|
String |
getMessage()
Returns the value of the 'Message' attribute
|
String |
getReviewType()
Returns the value of the 'Review Type' attribute
|
Severity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
ReviewState |
getState()
Returns the value of the 'State' attribute.
|
String |
getUser()
Returns the value of the 'User' attribute
|
void |
setCreated(long value)
Sets the value of the '
Created' attribute |
void |
setKey(String value)
Sets the value of the '
Key' attribute |
void |
setMessage(String value)
Sets the value of the '
Message' attribute |
void |
setReviewType(String value)
Sets the value of the '
Review Type' attribute |
void |
setSeverity(Severity value)
Sets the value of the '
Severity' attribute |
void |
setState(ReviewState value)
Sets the value of the '
State' attribute |
void |
setUser(String value)
Sets the value of the '
User' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionstatic final String KIND_SUGGESTION
String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String),
PropertiesPackage.getReview_Message()void setMessage(String value)
Message' attribute.
value - the new value of the 'Message' attribute.getMessage()String getUser()
If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...
setUser(String),
PropertiesPackage.getReview_User()void setUser(String value)
User' attribute.
value - the new value of the 'User' attribute.getUser()org.eclipse.emf.common.util.EList<Comment> getComments()
Comment.
If the meaning of the 'Comments' containment reference isn't clear, there really should be more of a description here...
PropertiesPackage.getReview_Comments()ReviewState getState()
ReviewState.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ReviewState,
setState(ReviewState),
PropertiesPackage.getReview_State()void setState(ReviewState value)
State' attribute.
value - the new value of the 'State' attribute.ReviewState,
getState()String getReviewType()
The kind of the review (human readable)
setReviewType(String),
PropertiesPackage.getReview_ReviewType()void setReviewType(String value)
Review Type' attribute.
The kind of the review (human readable)
value - the new value of the 'Review Type' attribute.getReviewType()String getKey()
The property key that this review applies to
setKey(String),
PropertiesPackage.getReview_Key()void setKey(String value)
Key' attribute.
The property key that this review applies to
value - the new value of the 'Key' attribute.getKey()Severity getSeverity()
Severity.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
Severity,
setSeverity(Severity),
PropertiesPackage.getReview_Severity()void setSeverity(Severity value)
Severity' attribute.
value - the new value of the 'Severity' attribute.Severity,
getSeverity()long getCreated()
when this review was created
setCreated(long),
PropertiesPackage.getReview_Created()void setCreated(long value)
Created' attribute.
when this review was created
value - the new value of the 'Created' attribute.getCreated()Copyright © 2013–2014 Jabylon. All rights reserved.