public interface User
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SocialNetworkPackage.getUser()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<User> |
getFriends()
Returns the value of the 'Friends' reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<Comment> |
getLikes()
Returns the value of the 'Likes' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Submission> |
getSubmissions()
Returns the value of the 'Submissions' reference list.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
String getId()
setId(String),
SocialNetworkPackage.getUser_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()String getName()
setName(String),
SocialNetworkPackage.getUser_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<Submission> getSubmissions()
Submission.
It is bidirectional and its opposite is 'Submitter'.
SocialNetworkPackage.getUser_Submissions(),
Submission.getSubmitter()org.eclipse.emf.common.util.EList<Comment> getLikes()
Comment.
It is bidirectional and its opposite is 'Liked By'.
SocialNetworkPackage.getUser_Likes(),
Comment.getLikedBy()org.eclipse.emf.common.util.EList<User> getFriends()
User.
SocialNetworkPackage.getUser_Friends()Copyright © 2018–2020 Atlanmod. All rights reserved.