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:
    RightsPackage.getObjectRights()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject getObject()
      Returns the value of the 'Object' reference.
      org.eclipse.emf.common.util.EList<ObjectRight> getRights()
      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 Detail

      • 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:
        getObject()
      • validate

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