Package org.jabylon.properties
Interface Review
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ReviewImpl
public interface Review extends org.eclipse.emf.cdo.CDOObjectA representation of the model object 'Review'.The following features are supported:
- See Also:
PropertiesPackage.getReview()
-
-
Field Summary
Fields Modifier and Type Field Description static StringKIND_SUGGESTION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Comment>getComments()Returns the value of the 'Comments' containment reference list.longgetCreated()Returns the value of the 'Created' attribute.StringgetKey()Returns the value of the 'Key' attribute.StringgetMessage()Returns the value of the 'Message' attribute.StringgetReviewType()Returns the value of the 'Review Type' attribute.SeveritygetSeverity()Returns the value of the 'Severity' attribute.ReviewStategetState()Returns the value of the 'State' attribute.StringgetUser()Returns the value of the 'User' attribute.voidsetCreated(long value)Sets the value of the 'Created' attribute.voidsetKey(String value)Sets the value of the 'Key' attribute.voidsetMessage(String value)Sets the value of the 'Message' attribute.voidsetReviewType(String value)Sets the value of the 'Review Type' attribute.voidsetSeverity(Severity value)Sets the value of the 'Severity' attribute.voidsetState(ReviewState value)Sets the value of the 'State' attribute.voidsetUser(String value)Sets the value of the 'User' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
-
-
-
Field Detail
-
KIND_SUGGESTION
static final String KIND_SUGGESTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessage
String getMessage()
Returns the value of the 'Message' attribute.If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Message' attribute.
- See Also:
setMessage(String),PropertiesPackage.getReview_Message()
-
setMessage
void setMessage(String value)
Sets the value of the 'Message' attribute.- Parameters:
value- the new value of the 'Message' attribute.- See Also:
getMessage()
-
getUser
String getUser()
Returns the value of the 'User' attribute.If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'User' attribute.
- See Also:
setUser(String),PropertiesPackage.getReview_User()
-
setUser
void setUser(String value)
Sets the value of the 'User' attribute.- Parameters:
value- the new value of the 'User' attribute.- See Also:
getUser()
-
getComments
org.eclipse.emf.common.util.EList<Comment> getComments()
Returns the value of the 'Comments' containment reference list. The list contents are of typeComment.If the meaning of the 'Comments' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Comments' containment reference list.
- See Also:
PropertiesPackage.getReview_Comments()
-
getState
ReviewState getState()
Returns the value of the 'State' attribute. The literals are from the enumerationReviewState.If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'State' attribute.
- See Also:
ReviewState,setState(ReviewState),PropertiesPackage.getReview_State()
-
setState
void setState(ReviewState value)
Sets the value of the 'State' attribute.- Parameters:
value- the new value of the 'State' attribute.- See Also:
ReviewState,getState()
-
getReviewType
String getReviewType()
Returns the value of the 'Review Type' attribute.The kind of the review (human readable)
- Returns:
- the value of the 'Review Type' attribute.
- See Also:
setReviewType(String),PropertiesPackage.getReview_ReviewType()
-
setReviewType
void setReviewType(String value)
Sets the value of the 'Review Type' attribute. The kind of the review (human readable)- Parameters:
value- the new value of the 'Review Type' attribute.- See Also:
getReviewType()
-
getKey
String getKey()
Returns the value of the 'Key' attribute.The property key that this review applies to
- Returns:
- the value of the 'Key' attribute.
- See Also:
setKey(String),PropertiesPackage.getReview_Key()
-
setKey
void setKey(String value)
Sets the value of the 'Key' attribute. The property key that this review applies to- Parameters:
value- the new value of the 'Key' attribute.- See Also:
getKey()
-
getSeverity
Severity getSeverity()
Returns the value of the 'Severity' attribute. The literals are from the enumerationSeverity.If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Severity' attribute.
- See Also:
Severity,setSeverity(Severity),PropertiesPackage.getReview_Severity()
-
setSeverity
void setSeverity(Severity value)
Sets the value of the 'Severity' attribute.- Parameters:
value- the new value of the 'Severity' attribute.- See Also:
Severity,getSeverity()
-
getCreated
long getCreated()
Returns the value of the 'Created' attribute.when this review was created
- Returns:
- the value of the 'Created' attribute.
- See Also:
setCreated(long),PropertiesPackage.getReview_Created()
-
setCreated
void setCreated(long value)
Sets the value of the 'Created' attribute. when this review was created- Parameters:
value- the new value of the 'Created' attribute.- See Also:
getCreated()
-
-