org.eclipse.emf.cdo.security
Interface ResourcePermission
- All Superinterfaces:
- CDOObject, CDOWithID, EObject, Notifier, Permission
- All Known Implementing Classes:
- ResourcePermissionImpl
- public interface ResourcePermission
- extends Permission
A representation of the model object 'Resource Permission'.
The following features are supported:
- See Also:
SecurityPackage.getResourcePermission()
- 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 |
getPattern
String getPattern()
- Returns the value of the 'Pattern' attribute.
If the meaning of the 'Pattern' attribute isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Pattern' attribute.
- See Also:
setPattern(String)
,
SecurityPackage.getResourcePermission_Pattern()
- Generated
- Model
setPattern
void setPattern(String value)
- Sets the value of the '
Pattern
' attribute.
- Parameters:
value
- the new value of the 'Pattern' attribute.- See Also:
getPattern()
- Generated
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.