org.eclipse.emf.cdo.security
Interface PackagePermission
- All Superinterfaces:
- CDOObject, CDOWithID, EObject, Notifier, Permission
- All Known Implementing Classes:
- PackagePermissionImpl
- public interface PackagePermission
- extends Permission
A representation of the model object 'Package Permission'.
The following features are supported:
- See Also:
SecurityPackage.getPackagePermission()
- Generated
- Model
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 |
getApplicablePackage
EPackage getApplicablePackage()
- Returns the value of the 'Applicable Package' reference.
If the meaning of the 'Applicable Package' reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Applicable Package' reference.
- See Also:
setApplicablePackage(EPackage)
,
SecurityPackage.getPackagePermission_ApplicablePackage()
- Generated
- Model
- required="true"
setApplicablePackage
void setApplicablePackage(EPackage value)
- Sets the value of the '
Applicable Package
' reference.
- Parameters:
value
- the new value of the 'Applicable Package' reference.- See Also:
getApplicablePackage()
- Generated
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.