public interface SocialNetworkPackage
extends org.eclipse.emf.ecore.EPackage
SocialNetworkFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMENT
The meta object id for the '
Comment' class. |
static int |
COMMENT__COMMENTED
The feature id for the 'Commented' container reference.
|
static int |
COMMENT__COMMENTS
The feature id for the 'Comments' containment reference list.
|
static int |
COMMENT__CONTENT
The feature id for the 'Content' attribute.
|
static int |
COMMENT__ID
The feature id for the 'Id' attribute.
|
static int |
COMMENT__LIKED_BY
The feature id for the 'Liked By' reference list.
|
static int |
COMMENT__POST
The feature id for the 'Post' reference.
|
static int |
COMMENT__SUBMITTER
The feature id for the 'Submitter' reference.
|
static int |
COMMENT__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
COMMENT_FEATURE_COUNT
The number of structural features of the 'Comment' class.
|
static int |
COMMENT_OPERATION_COUNT
The number of operations of the 'Comment' class.
|
static SocialNetworkPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
POST
The meta object id for the '
Post' class. |
static int |
POST__COMMENTS
The feature id for the 'Comments' containment reference list.
|
static int |
POST__CONTENT
The feature id for the 'Content' attribute.
|
static int |
POST__ID
The feature id for the 'Id' attribute.
|
static int |
POST__SUBMITTER
The feature id for the 'Submitter' reference.
|
static int |
POST__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
POST_FEATURE_COUNT
The number of structural features of the 'Post' class.
|
static int |
POST_OPERATION_COUNT
The number of operations of the 'Post' class.
|
static int |
SOCIAL_NETWORK_ROOT
The meta object id for the '
Root' class. |
static int |
SOCIAL_NETWORK_ROOT__POSTS
The feature id for the 'Posts' containment reference list.
|
static int |
SOCIAL_NETWORK_ROOT__USERS
The feature id for the 'Users' containment reference list.
|
static int |
SOCIAL_NETWORK_ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class.
|
static int |
SOCIAL_NETWORK_ROOT_OPERATION_COUNT
The number of operations of the 'Root' class.
|
static int |
SUBMISSION
The meta object id for the '
Submission' class. |
static int |
SUBMISSION__COMMENTS
The feature id for the 'Comments' containment reference list.
|
static int |
SUBMISSION__CONTENT
The feature id for the 'Content' attribute.
|
static int |
SUBMISSION__ID
The feature id for the 'Id' attribute.
|
static int |
SUBMISSION__SUBMITTER
The feature id for the 'Submitter' reference.
|
static int |
SUBMISSION__TIMESTAMP
The feature id for the 'Timestamp' attribute.
|
static int |
SUBMISSION_FEATURE_COUNT
The number of structural features of the 'Submission' class.
|
static int |
SUBMISSION_OPERATION_COUNT
The number of operations of the 'Submission' class.
|
static int |
USER
The meta object id for the '
User' class. |
static int |
USER__FRIENDS
The feature id for the 'Friends' reference list.
|
static int |
USER__ID
The feature id for the 'Id' attribute.
|
static int |
USER__LIKES
The feature id for the 'Likes' reference list.
|
static int |
USER__NAME
The feature id for the 'Name' attribute.
|
static int |
USER__SUBMISSIONS
The feature id for the 'Submissions' reference list.
|
static int |
USER_FEATURE_COUNT
The number of structural features of the 'User' class.
|
static int |
USER_OPERATION_COUNT
The number of operations of the 'User' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getComment_Commented()
Returns the meta object for the container reference '
Commented'. |
org.eclipse.emf.ecore.EReference |
getComment_LikedBy()
Returns the meta object for the reference list '
Liked By'. |
org.eclipse.emf.ecore.EReference |
getComment_Post()
Returns the meta object for the reference '
Post'. |
org.eclipse.emf.ecore.EClass |
getComment()
Returns the meta object for class '
Comment'. |
org.eclipse.emf.ecore.EClass |
getPost()
Returns the meta object for class '
Post'. |
SocialNetworkFactory |
getSocialNetworkFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getSocialNetworkRoot_Posts()
Returns the meta object for the containment reference list '
Posts'. |
org.eclipse.emf.ecore.EReference |
getSocialNetworkRoot_Users()
Returns the meta object for the containment reference list '
Users'. |
org.eclipse.emf.ecore.EClass |
getSocialNetworkRoot()
Returns the meta object for class '
Root'. |
org.eclipse.emf.ecore.EReference |
getSubmission_Comments()
Returns the meta object for the containment reference list '
Comments'. |
org.eclipse.emf.ecore.EAttribute |
getSubmission_Content()
Returns the meta object for the attribute '
Content'. |
org.eclipse.emf.ecore.EAttribute |
getSubmission_Id()
Returns the meta object for the attribute '
Id'. |
org.eclipse.emf.ecore.EReference |
getSubmission_Submitter()
Returns the meta object for the reference '
Submitter'. |
org.eclipse.emf.ecore.EAttribute |
getSubmission_Timestamp()
Returns the meta object for the attribute '
Timestamp'. |
org.eclipse.emf.ecore.EClass |
getSubmission()
Returns the meta object for class '
Submission'. |
org.eclipse.emf.ecore.EReference |
getUser_Friends()
Returns the meta object for the reference list '
Friends'. |
org.eclipse.emf.ecore.EAttribute |
getUser_Id()
Returns the meta object for the attribute '
Id'. |
org.eclipse.emf.ecore.EReference |
getUser_Likes()
Returns the meta object for the reference list '
Likes'. |
org.eclipse.emf.ecore.EAttribute |
getUser_Name()
Returns the meta object for the attribute '
Name'. |
org.eclipse.emf.ecore.EReference |
getUser_Submissions()
Returns the meta object for the reference list '
Submissions'. |
org.eclipse.emf.ecore.EClass |
getUser()
Returns the meta object for class '
User'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final SocialNetworkPackage eINSTANCE
static final int SUBMISSION
Submission' class.
static final int SUBMISSION__ID
static final int SUBMISSION__TIMESTAMP
static final int SUBMISSION__CONTENT
static final int SUBMISSION__SUBMITTER
static final int SUBMISSION__COMMENTS
static final int SUBMISSION_FEATURE_COUNT
static final int SUBMISSION_OPERATION_COUNT
static final int POST
Post' class.
static final int POST__ID
static final int POST__TIMESTAMP
static final int POST__CONTENT
static final int POST__SUBMITTER
static final int POST__COMMENTS
static final int POST_FEATURE_COUNT
static final int POST_OPERATION_COUNT
static final int COMMENT
Comment' class.
static final int COMMENT__ID
static final int COMMENT__TIMESTAMP
static final int COMMENT__CONTENT
static final int COMMENT__SUBMITTER
static final int COMMENT__COMMENTS
static final int COMMENT__COMMENTED
static final int COMMENT__LIKED_BY
static final int COMMENT__POST
static final int COMMENT_FEATURE_COUNT
static final int COMMENT_OPERATION_COUNT
static final int USER
User' class.
static final int USER__ID
static final int USER__NAME
static final int USER__SUBMISSIONS
static final int USER__LIKES
static final int USER__FRIENDS
static final int USER_FEATURE_COUNT
static final int USER_OPERATION_COUNT
static final int SOCIAL_NETWORK_ROOT
Root' class.
static final int SOCIAL_NETWORK_ROOT__POSTS
static final int SOCIAL_NETWORK_ROOT__USERS
static final int SOCIAL_NETWORK_ROOT_FEATURE_COUNT
static final int SOCIAL_NETWORK_ROOT_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getSubmission()
Submission'.
Submissionorg.eclipse.emf.ecore.EAttribute getSubmission_Id()
Id'.
Submission.getId(),
getSubmission()org.eclipse.emf.ecore.EAttribute getSubmission_Timestamp()
Timestamp'.
Submission.getTimestamp(),
getSubmission()org.eclipse.emf.ecore.EAttribute getSubmission_Content()
Content'.
Submission.getContent(),
getSubmission()org.eclipse.emf.ecore.EReference getSubmission_Submitter()
Submitter'.
Submission.getSubmitter(),
getSubmission()org.eclipse.emf.ecore.EReference getSubmission_Comments()
Comments'.
Submission.getComments(),
getSubmission()org.eclipse.emf.ecore.EClass getPost()
Post'.
Postorg.eclipse.emf.ecore.EClass getComment()
Comment'.
Commentorg.eclipse.emf.ecore.EReference getComment_Commented()
Commented'.
Comment.getCommented(),
getComment()org.eclipse.emf.ecore.EReference getComment_LikedBy()
Liked By'.
Comment.getLikedBy(),
getComment()org.eclipse.emf.ecore.EReference getComment_Post()
Post'.
Comment.getPost(),
getComment()org.eclipse.emf.ecore.EClass getUser()
User'.
Userorg.eclipse.emf.ecore.EAttribute getUser_Id()
Id'.
User.getId(),
getUser()org.eclipse.emf.ecore.EAttribute getUser_Name()
Name'.
User.getName(),
getUser()org.eclipse.emf.ecore.EReference getUser_Submissions()
Submissions'.
User.getSubmissions(),
getUser()org.eclipse.emf.ecore.EReference getUser_Likes()
Likes'.
User.getLikes(),
getUser()org.eclipse.emf.ecore.EReference getUser_Friends()
Friends'.
User.getFriends(),
getUser()org.eclipse.emf.ecore.EClass getSocialNetworkRoot()
Root'.
SocialNetworkRootorg.eclipse.emf.ecore.EReference getSocialNetworkRoot_Posts()
Posts'.
SocialNetworkRoot.getPosts(),
getSocialNetworkRoot()org.eclipse.emf.ecore.EReference getSocialNetworkRoot_Users()
Users'.
SocialNetworkRoot.getUsers(),
getSocialNetworkRoot()SocialNetworkFactory getSocialNetworkFactory()
Copyright © 2018–2020 Atlanmod. All rights reserved.