Package org.atlanmod.zoo.socialnetwork
Interface SocialNetworkPackage.Literals
- Enclosing interface:
- SocialNetworkPackage
public static interface SocialNetworkPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClassCOMMENTThe meta object literal for the 'Comment' class.static org.eclipse.emf.ecore.EReferenceCOMMENT__COMMENTEDThe meta object literal for the 'Commented' container reference feature.static org.eclipse.emf.ecore.EReferenceCOMMENT__LIKED_BYThe meta object literal for the 'Liked By' reference list feature.static org.eclipse.emf.ecore.EReferenceCOMMENT__POSTThe meta object literal for the 'Post' reference feature.static org.eclipse.emf.ecore.EClassPOSTThe meta object literal for the 'Post' class.static org.eclipse.emf.ecore.EClassSOCIAL_NETWORK_ROOTThe meta object literal for the 'Root' class.static org.eclipse.emf.ecore.EReferenceSOCIAL_NETWORK_ROOT__POSTSThe meta object literal for the 'Posts' containment reference list feature.static org.eclipse.emf.ecore.EReferenceSOCIAL_NETWORK_ROOT__USERSThe meta object literal for the 'Users' containment reference list feature.static org.eclipse.emf.ecore.EClassSUBMISSIONThe meta object literal for the 'Submission' class.static org.eclipse.emf.ecore.EReferenceSUBMISSION__COMMENTSThe meta object literal for the 'Comments' containment reference list feature.static org.eclipse.emf.ecore.EAttributeSUBMISSION__CONTENTThe meta object literal for the 'Content' attribute feature.static org.eclipse.emf.ecore.EAttributeSUBMISSION__IDThe meta object literal for the 'Id' attribute feature.static org.eclipse.emf.ecore.EReferenceSUBMISSION__SUBMITTERThe meta object literal for the 'Submitter' reference feature.static org.eclipse.emf.ecore.EAttributeSUBMISSION__TIMESTAMPThe meta object literal for the 'Timestamp' attribute feature.static org.eclipse.emf.ecore.EClassUSERThe meta object literal for the 'User' class.static org.eclipse.emf.ecore.EReferenceUSER__FRIENDSThe meta object literal for the 'Friends' reference list feature.static org.eclipse.emf.ecore.EAttributeUSER__IDThe meta object literal for the 'Id' attribute feature.static org.eclipse.emf.ecore.EReferenceUSER__LIKESThe meta object literal for the 'Likes' reference list feature.static org.eclipse.emf.ecore.EAttributeUSER__NAMEThe meta object literal for the 'Name' attribute feature.static org.eclipse.emf.ecore.EReferenceUSER__SUBMISSIONSThe meta object literal for the 'Submissions' reference list feature.
-
Field Details
-
SUBMISSION
static final org.eclipse.emf.ecore.EClass SUBMISSIONThe meta object literal for the 'Submission' class. -
SUBMISSION__ID
static final org.eclipse.emf.ecore.EAttribute SUBMISSION__IDThe meta object literal for the 'Id' attribute feature. -
SUBMISSION__TIMESTAMP
static final org.eclipse.emf.ecore.EAttribute SUBMISSION__TIMESTAMPThe meta object literal for the 'Timestamp' attribute feature. -
SUBMISSION__CONTENT
static final org.eclipse.emf.ecore.EAttribute SUBMISSION__CONTENTThe meta object literal for the 'Content' attribute feature. -
SUBMISSION__SUBMITTER
static final org.eclipse.emf.ecore.EReference SUBMISSION__SUBMITTERThe meta object literal for the 'Submitter' reference feature. -
SUBMISSION__COMMENTS
static final org.eclipse.emf.ecore.EReference SUBMISSION__COMMENTSThe meta object literal for the 'Comments' containment reference list feature. -
POST
static final org.eclipse.emf.ecore.EClass POSTThe meta object literal for the 'Post' class.- See Also:
PostImpl,SocialNetworkPackageImpl.getPost()
-
COMMENT
static final org.eclipse.emf.ecore.EClass COMMENTThe meta object literal for the 'Comment' class.- See Also:
CommentImpl,SocialNetworkPackageImpl.getComment()
-
COMMENT__COMMENTED
static final org.eclipse.emf.ecore.EReference COMMENT__COMMENTEDThe meta object literal for the 'Commented' container reference feature. -
COMMENT__LIKED_BY
static final org.eclipse.emf.ecore.EReference COMMENT__LIKED_BYThe meta object literal for the 'Liked By' reference list feature. -
COMMENT__POST
static final org.eclipse.emf.ecore.EReference COMMENT__POSTThe meta object literal for the 'Post' reference feature. -
USER
static final org.eclipse.emf.ecore.EClass USERThe meta object literal for the 'User' class.- See Also:
UserImpl,SocialNetworkPackageImpl.getUser()
-
USER__ID
static final org.eclipse.emf.ecore.EAttribute USER__IDThe meta object literal for the 'Id' attribute feature. -
USER__NAME
static final org.eclipse.emf.ecore.EAttribute USER__NAMEThe meta object literal for the 'Name' attribute feature. -
USER__SUBMISSIONS
static final org.eclipse.emf.ecore.EReference USER__SUBMISSIONSThe meta object literal for the 'Submissions' reference list feature. -
USER__LIKES
static final org.eclipse.emf.ecore.EReference USER__LIKESThe meta object literal for the 'Likes' reference list feature. -
USER__FRIENDS
static final org.eclipse.emf.ecore.EReference USER__FRIENDSThe meta object literal for the 'Friends' reference list feature. -
SOCIAL_NETWORK_ROOT
static final org.eclipse.emf.ecore.EClass SOCIAL_NETWORK_ROOTThe meta object literal for the 'Root' class. -
SOCIAL_NETWORK_ROOT__POSTS
static final org.eclipse.emf.ecore.EReference SOCIAL_NETWORK_ROOT__POSTSThe meta object literal for the 'Posts' containment reference list feature. -
SOCIAL_NETWORK_ROOT__USERS
static final org.eclipse.emf.ecore.EReference SOCIAL_NETWORK_ROOT__USERSThe meta object literal for the 'Users' containment reference list feature.
-