Interface RightInfo

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

public interface RightInfo extends NamedElement
A representation of the model object 'Right Info'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<RightInfo>
    Returns the value of the 'Child Rights' reference list.
    org.eclipse.emf.ecore.EClass
    Returns the value of the 'EClass' reference.
    int
    Returns the value of the 'Order' attribute.
    org.eclipse.emf.common.util.EList<RightInfo>
    Returns the value of the 'Parent Rights' reference list.
    Returns the value of the 'Right' reference.
    void
    setEClass(org.eclipse.emf.ecore.EClass value)
    Sets the value of the 'EClass' reference.
    void
    setOrder(int value)
    Sets the value of the 'Order' attribute.
    void
    setRight(Right value)
    Sets the value of the 'Right' reference.

    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 com._1c.g5.v8.dt.mcore.NamedElement

    getName, setName

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

    eAdapters, eDeliver, eNotify, eSetDeliver