Interface Principal

All Superinterfaces:
org.eclipse.emf.ecore.EObject, com.nomagic.esi.api.EsiObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EveryonePrincipal, GroupPrincipal, RolePrincipal, UserPrincipal

public interface Principal extends com.nomagic.esi.api.EsiObject
A representation of the model object 'Principal'.

The following features are supported:

See Also:
Model:
abstract="true"
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Name' attribute.
    org.eclipse.emf.common.util.EList<PackageAccessPermission>
    Returns the value of the 'Package Permissions' reference list.
    boolean
    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 com.nomagic.esi.api.EsiObject

    esiID, esiState

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

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details