Package com._1c.g5.v8.dt.rights.model
Interface ObjectRight
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ObjectRightImpl
public interface ObjectRight
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Object Right'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Rls>
Returns the value of the 'Restrictions By Condition' containment reference list.getRight()
Returns the value of the 'Right' reference.getValue()
Returns the value of the 'Value' attribute.void
Sets the value of the 'Right
' reference.void
setValue
(RightValue value) Sets the value of the 'Value
' attribute.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 Details
-
getRight
Right getRight()Returns the value of the 'Right' reference.- Returns:
- the value of the 'Right' reference.
- See Also:
-
setRight
Sets the value of the 'Right
' reference.- Parameters:
value
- the new value of the 'Right' reference.- See Also:
-
getValue
RightValue getValue()Returns the value of the 'Value' attribute. The literals are from the enumerationRightValue
.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-
getRestrictionsByCondition
org.eclipse.emf.common.util.EList<Rls> getRestrictionsByCondition()Returns the value of the 'Restrictions By Condition' containment reference list. The list contents are of typeRls
.- Returns:
- the value of the 'Restrictions By Condition' containment reference list.
- See Also:
-