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.EClass COMMENT
    The meta object literal for the 'Comment' class.
    static org.eclipse.emf.ecore.EReference COMMENT__COMMENTED
    The meta object literal for the 'Commented' container reference feature.
    static org.eclipse.emf.ecore.EReference COMMENT__LIKED_BY
    The meta object literal for the 'Liked By' reference list feature.
    static org.eclipse.emf.ecore.EReference COMMENT__POST
    The meta object literal for the 'Post' reference feature.
    static org.eclipse.emf.ecore.EClass POST
    The meta object literal for the 'Post' class.
    static org.eclipse.emf.ecore.EClass SOCIAL_NETWORK_ROOT
    The meta object literal for the 'Root' class.
    static org.eclipse.emf.ecore.EReference SOCIAL_NETWORK_ROOT__POSTS
    The meta object literal for the 'Posts' containment reference list feature.
    static org.eclipse.emf.ecore.EReference SOCIAL_NETWORK_ROOT__USERS
    The meta object literal for the 'Users' containment reference list feature.
    static org.eclipse.emf.ecore.EClass SUBMISSION
    The meta object literal for the 'Submission' class.
    static org.eclipse.emf.ecore.EReference SUBMISSION__COMMENTS
    The meta object literal for the 'Comments' containment reference list feature.
    static org.eclipse.emf.ecore.EAttribute SUBMISSION__CONTENT
    The meta object literal for the 'Content' attribute feature.
    static org.eclipse.emf.ecore.EAttribute SUBMISSION__ID
    The meta object literal for the 'Id' attribute feature.
    static org.eclipse.emf.ecore.EReference SUBMISSION__SUBMITTER
    The meta object literal for the 'Submitter' reference feature.
    static org.eclipse.emf.ecore.EAttribute SUBMISSION__TIMESTAMP
    The meta object literal for the 'Timestamp' attribute feature.
    static org.eclipse.emf.ecore.EClass USER
    The meta object literal for the 'User' class.
    static org.eclipse.emf.ecore.EReference USER__FRIENDS
    The meta object literal for the 'Friends' reference list feature.
    static org.eclipse.emf.ecore.EAttribute USER__ID
    The meta object literal for the 'Id' attribute feature.
    static org.eclipse.emf.ecore.EReference USER__LIKES
    The meta object literal for the 'Likes' reference list feature.
    static org.eclipse.emf.ecore.EAttribute USER__NAME
    The meta object literal for the 'Name' attribute feature.
    static org.eclipse.emf.ecore.EReference USER__SUBMISSIONS
    The meta object literal for the 'Submissions' reference list feature.
  • Field Details

    • SUBMISSION

      static final org.eclipse.emf.ecore.EClass SUBMISSION
      The meta object literal for the 'Submission' class.
      See Also:
      SubmissionImpl, SocialNetworkPackageImpl.getSubmission()
    • SUBMISSION__ID

      static final org.eclipse.emf.ecore.EAttribute SUBMISSION__ID
      The meta object literal for the 'Id' attribute feature.
    • SUBMISSION__TIMESTAMP

      static final org.eclipse.emf.ecore.EAttribute SUBMISSION__TIMESTAMP
      The meta object literal for the 'Timestamp' attribute feature.
    • SUBMISSION__CONTENT

      static final org.eclipse.emf.ecore.EAttribute SUBMISSION__CONTENT
      The meta object literal for the 'Content' attribute feature.
    • SUBMISSION__SUBMITTER

      static final org.eclipse.emf.ecore.EReference SUBMISSION__SUBMITTER
      The meta object literal for the 'Submitter' reference feature.
    • SUBMISSION__COMMENTS

      static final org.eclipse.emf.ecore.EReference SUBMISSION__COMMENTS
      The meta object literal for the 'Comments' containment reference list feature.
    • POST

      static final org.eclipse.emf.ecore.EClass POST
      The meta object literal for the 'Post' class.
      See Also:
      PostImpl, SocialNetworkPackageImpl.getPost()
    • COMMENT

      static final org.eclipse.emf.ecore.EClass COMMENT
      The meta object literal for the 'Comment' class.
      See Also:
      CommentImpl, SocialNetworkPackageImpl.getComment()
    • COMMENT__COMMENTED

      static final org.eclipse.emf.ecore.EReference COMMENT__COMMENTED
      The meta object literal for the 'Commented' container reference feature.
    • COMMENT__LIKED_BY

      static final org.eclipse.emf.ecore.EReference COMMENT__LIKED_BY
      The meta object literal for the 'Liked By' reference list feature.
    • COMMENT__POST

      static final org.eclipse.emf.ecore.EReference COMMENT__POST
      The meta object literal for the 'Post' reference feature.
    • USER

      static final org.eclipse.emf.ecore.EClass USER
      The meta object literal for the 'User' class.
      See Also:
      UserImpl, SocialNetworkPackageImpl.getUser()
    • USER__ID

      static final org.eclipse.emf.ecore.EAttribute USER__ID
      The meta object literal for the 'Id' attribute feature.
    • USER__NAME

      static final org.eclipse.emf.ecore.EAttribute USER__NAME
      The meta object literal for the 'Name' attribute feature.
    • USER__SUBMISSIONS

      static final org.eclipse.emf.ecore.EReference USER__SUBMISSIONS
      The meta object literal for the 'Submissions' reference list feature.
    • USER__LIKES

      static final org.eclipse.emf.ecore.EReference USER__LIKES
      The meta object literal for the 'Likes' reference list feature.
    • USER__FRIENDS

      static final org.eclipse.emf.ecore.EReference USER__FRIENDS
      The meta object literal for the 'Friends' reference list feature.
    • SOCIAL_NETWORK_ROOT

      static final org.eclipse.emf.ecore.EClass SOCIAL_NETWORK_ROOT
      The meta object literal for the 'Root' class.
      See Also:
      SocialNetworkRootImpl, SocialNetworkPackageImpl.getSocialNetworkRoot()
    • SOCIAL_NETWORK_ROOT__POSTS

      static final org.eclipse.emf.ecore.EReference SOCIAL_NETWORK_ROOT__POSTS
      The meta object literal for the 'Posts' containment reference list feature.
    • SOCIAL_NETWORK_ROOT__USERS

      static final org.eclipse.emf.ecore.EReference SOCIAL_NETWORK_ROOT__USERS
      The meta object literal for the 'Users' containment reference list feature.