Package com._1c.g5.v8.dt.rights.model
Interface ObjectRights
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ObjectRightsImpl
public interface ObjectRights
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Object Rights'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObjectReturns the value of the 'Object' reference.org.eclipse.emf.common.util.EList<ObjectRight>Returns the value of the 'Rights' containment reference list.voidsetObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Object' reference.booleanMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObject
org.eclipse.emf.ecore.EObject getObject()Returns the value of the 'Object' reference.- Returns:
- the value of the 'Object' reference.
- See Also:
-
setObject
void setObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Object' reference.- Parameters:
value- the new value of the 'Object' reference.- See Also:
-
getRights
org.eclipse.emf.common.util.EList<ObjectRight> getRights()Returns the value of the 'Rights' containment reference list. The list contents are of typeObjectRight.- Returns:
- the value of the 'Rights' containment reference list.
- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-