Interface ObjectRights

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

public interface ObjectRights extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Object Rights'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.ecore.EObject
    Returns the value of the 'Object' reference.
    org.eclipse.emf.common.util.EList<ObjectRight>
    Returns the value of the 'Rights' containment reference list.
    void
    setObject(org.eclipse.emf.ecore.EObject value)
    Sets the value of the 'Object' reference.
    boolean
    validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)

    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
  • Method Details

    • getObject

      org.eclipse.emf.ecore.EObject getObject()
      Returns the value of the 'Object' reference.
      Returns:
      the value of the 'Object' reference.
      See Also:
    • setObject

      void setObject(org.eclipse.emf.ecore.EObject value)
      Sets the value of the 'Object' reference.
      Parameters:
      value - the new value of the 'Object' reference.
      See Also:
    • getRights

      org.eclipse.emf.common.util.EList<ObjectRight> getRights()
      Returns the value of the 'Rights' containment reference list. The list contents are of type ObjectRight.
      Returns:
      the value of the 'Rights' containment reference list.
      See Also:
    • validate

      boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)