Interface User

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Serializable, SerializableEObject
All Known Implementing Classes:
UserImpl

public interface User
extends SerializableEObject
A representation of the model object 'User'.

The following features are supported:

See Also:
SocialNetworkPackage.getUser()
  • Method Summary

    Modifier and Type Method 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.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver