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:
RightsPackage.getObjectRights()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getObject()
Returns the value of the 'Object' reference.org.eclipse.emf.common.util.EList<ObjectRight>
getRights()
Returns the value of the 'Rights' containment reference list.void
setObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Object
' reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
getObject
org.eclipse.emf.ecore.EObject getObject()
Returns the value of the 'Object' reference.- Returns:
- the value of the 'Object' reference.
- See Also:
setObject(EObject)
,RightsPackage.getObjectRights_Object()
-
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:
getObject()
-
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:
RightsPackage.getObjectRights_Rights()
-
-