org.eclipse.emf.cdo.security
Interface PackageCheck

All Superinterfaces:
CDOObject, CDOWithID, Check, EObject, Notifier
All Known Implementing Classes:
PackageCheckImpl

public interface PackageCheck
extends Check

A representation of the model object 'Package Check'.

The following features are supported:

See Also:
SecurityPackage.getPackageCheck()
Generated
Model

Method Summary
 EList<EPackage> getPackages()
          Returns the value of the 'Packages' reference list.
 
Methods inherited from interface org.eclipse.emf.cdo.security.Check
getPermission, getRole, isApplicable, setPermission, setRole
 
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 
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

getPackages

EList<EPackage> getPackages()
Returns the value of the 'Packages' reference list. The list contents are of type EPackage.

If the meaning of the 'Packages' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Packages' reference list.
See Also:
SecurityPackage.getPackageCheck_Packages()
Generated
Model
required="true"


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.