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.EObjectA representation of the model object 'Object Right'.The following features are supported:
- See Also:
RightsPackage.getObjectRight()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Rls>getRestrictionsByCondition()Returns the value of the 'Restrictions By Condition' containment reference list.RightgetRight()Returns the value of the 'Right' reference.RightValuegetValue()Returns the value of the 'Value' attribute.voidsetRight(Right value)Sets the value of the 'Right' reference.voidsetValue(RightValue value)Sets the value of the 'Value' attribute.
-
-
-
Method Detail
-
getRight
Right getRight()
Returns the value of the 'Right' reference.- Returns:
- the value of the 'Right' reference.
- See Also:
setRight(Right),RightsPackage.getObjectRight_Right()
-
setRight
void setRight(Right value)
Sets the value of the 'Right' reference.- Parameters:
value- the new value of the 'Right' reference.- See Also:
getRight()
-
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:
RightValue,setValue(RightValue),RightsPackage.getObjectRight_Value()
-
setValue
void setValue(RightValue value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
RightValue,getValue()
-
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:
RightsPackage.getObjectRight_RestrictionsByCondition()
-
-