|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReviewPackage
The Package for the model. It contains accessors for the meta objects to represent
ReviewFactory
Field Summary | |
---|---|
static int |
COMMENT
The meta object id for the ' Comment '
class.
|
static int |
COMMENT__CONTENT
The feature id for the 'Content' attribute. |
static int |
COMMENT__NODE_REVIEW
The feature id for the 'Node Review' container reference. |
static int |
COMMENT_FEATURE_COUNT
The number of structural features of the 'Comment' class |
static java.lang.String |
copyright
|
static ReviewPackage |
eINSTANCE
The singleton instance of the package. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
NODE_REVIEW
The meta object id for the ' Node Review '
class.
|
static int |
NODE_REVIEW__COMMENT
The feature id for the 'Comment' containment reference list. |
static int |
NODE_REVIEW__ID
The feature id for the 'Id' attribute. |
static int |
NODE_REVIEW__NUMBER_OF_SECONDS
The feature id for the 'Number Of Seconds' attribute. |
static int |
NODE_REVIEW__NUMER_OF_VISITS
The feature id for the 'Numer Of Visits' attribute |
static int |
NODE_REVIEW__REVIEW_STATUS
The feature id for the 'Review Status' container reference. |
static int |
NODE_REVIEW_FEATURE_COUNT
The number of structural features of the 'Node Review' class. |
static int |
REVIEW_STATUS
The meta object id for the ' Status '
class.
|
static int |
REVIEW_STATUS__NODE_REVIEW
The feature id for the 'Node Review' containment reference list. |
static int |
REVIEW_STATUS_FEATURE_COUNT
The number of structural features of the 'Status' class |
Method Summary | |
---|---|
EAttribute |
getComment_Content()
Returns the meta object for the attribute ' Content ' |
EReference |
getComment_NodeReview()
Returns the meta object for the container reference ' Node Review ' |
EClass |
getComment()
Returns the meta object for class ' Comment ' |
EReference |
getNodeReview_Comment()
Returns the meta object for the containment reference list ' Comment ' |
EAttribute |
getNodeReview_Id()
Returns the meta object for the attribute ' Id ' |
EAttribute |
getNodeReview_NumberOfSeconds()
Returns the meta object for the attribute ' Number Of Seconds ' |
EAttribute |
getNodeReview_NumerOfVisits()
Returns the meta object for the attribute ' Numer Of Visits ' |
EReference |
getNodeReview_ReviewStatus()
Returns the meta object for the container reference ' Review Status ' |
EClass |
getNodeReview()
Returns the meta object for class ' Node Review ' |
ReviewFactory |
getReviewFactory()
Returns the factory that creates the instances of the model. |
EReference |
getReviewStatus_NodeReview()
Returns the meta object for the containment reference list ' Node Review ' |
EClass |
getReviewStatus()
Returns the meta object for class ' Status ' |
Field Detail |
---|
static final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final ReviewPackage eINSTANCE
static final int REVIEW_STATUS
Status
'
class.
org.ucworkbench.model.review.impl.ReviewStatusImpl
,
org.ucworkbench.model.review.impl.ReviewPackageImpl#getReviewStatus()
,
Constant Field Valuesstatic final int REVIEW_STATUS__NODE_REVIEW
static final int REVIEW_STATUS_FEATURE_COUNT
static final int NODE_REVIEW
Node Review
'
class.
org.ucworkbench.model.review.impl.NodeReviewImpl
,
org.ucworkbench.model.review.impl.ReviewPackageImpl#getNodeReview()
,
Constant Field Valuesstatic final int NODE_REVIEW__ID
static final int NODE_REVIEW__NUMER_OF_VISITS
static final int NODE_REVIEW__COMMENT
static final int NODE_REVIEW__REVIEW_STATUS
static final int NODE_REVIEW__NUMBER_OF_SECONDS
static final int NODE_REVIEW_FEATURE_COUNT
static final int COMMENT
Comment
'
class.
org.ucworkbench.model.review.impl.CommentImpl
,
org.ucworkbench.model.review.impl.ReviewPackageImpl#getComment()
,
Constant Field Valuesstatic final int COMMENT__CONTENT
static final int COMMENT__NODE_REVIEW
static final int COMMENT_FEATURE_COUNT
Method Detail |
---|
EClass getReviewStatus()
Status
'.
ReviewStatus
EReference getReviewStatus_NodeReview()
Node Review
'.
ReviewStatus.getNodeReview()
,
getReviewStatus()
EClass getNodeReview()
Node Review
'.
NodeReview
EAttribute getNodeReview_Id()
Id
'.
NodeReview.getId()
,
getNodeReview()
EAttribute getNodeReview_NumerOfVisits()
Numer Of Visits
'.
NodeReview.getNumerOfVisits()
,
getNodeReview()
EReference getNodeReview_Comment()
Comment
'.
NodeReview.getComment()
,
getNodeReview()
EReference getNodeReview_ReviewStatus()
Review Status
'.
NodeReview.getReviewStatus()
,
getNodeReview()
EAttribute getNodeReview_NumberOfSeconds()
Number Of Seconds
'.
NodeReview.getNumberOfSeconds()
,
getNodeReview()
EClass getComment()
Comment
'.
Comment
EAttribute getComment_Content()
Content
'.
Comment.getContent()
,
getComment()
EReference getComment_NodeReview()
Node Review
'.
Comment.getNodeReview()
,
getComment()
ReviewFactory getReviewFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |