org.eclipse.emf.cdo.security
Interface ClassPermission

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier, Permission
All Known Implementing Classes:
ClassPermissionImpl

public interface ClassPermission
extends Permission

A representation of the model object 'Class Permissionermission'.

The following features are supported:

See Also:
SecurityPackage.getClassPermission()
Generated
Model

Method Summary
 EClass getApplicableClass()
          Returns the value of the 'Applicable Class' reference
 void setApplicableClass(EClass value)
          Sets the value of the 'Applicable Class' reference
 
Methods inherited from interface org.eclipse.emf.cdo.security.Permission
getAccess, getRole, isApplicable, setAccess, setRole
 
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, 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

getApplicableClass

EClass getApplicableClass()
Returns the value of the 'Applicable Class' reference.

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

Returns:
the value of the 'Applicable Class' reference.
See Also:
setApplicableClass(EClass), SecurityPackage.getClassPermission_ApplicableClass()
Generated
Model
required="true"

setApplicableClass

void setApplicableClass(EClass value)
Sets the value of the 'Applicable Class' reference.

Parameters:
value - the new value of the 'Applicable Class' reference.
See Also:
getApplicableClass()
Generated


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