Package com._1c.g5.v8.dt.rights.model
Interface RightInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RightInfoImpl
A representation of the model object 'Right Info'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<RightInfo>
Returns the value of the 'Child Rights' reference list.org.eclipse.emf.ecore.EClass
Returns the value of the 'EClass' reference.int
getOrder()
Returns the value of the 'Order' attribute.org.eclipse.emf.common.util.EList<RightInfo>
Returns the value of the 'Parent Rights' reference list.getRight()
Returns the value of the 'Right' reference.void
setEClass
(org.eclipse.emf.ecore.EClass value) Sets the value of the 'EClass
' reference.void
setOrder
(int value) Sets the value of the 'Order
' attribute.void
Sets the value of the 'Right
' reference.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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
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:
-
getEClass
org.eclipse.emf.ecore.EClass getEClass()Returns the value of the 'EClass' reference.- Returns:
- the value of the 'EClass' reference.
- See Also:
-
setEClass
void setEClass(org.eclipse.emf.ecore.EClass value) Sets the value of the 'EClass
' reference.- Parameters:
value
- the new value of the 'EClass' reference.- See Also:
-
getParentRights
org.eclipse.emf.common.util.EList<RightInfo> getParentRights()Returns the value of the 'Parent Rights' reference list. The list contents are of typeRightInfo
. It is bidirectional and its opposite is 'Child Rights
'.- Returns:
- the value of the 'Parent Rights' reference list.
- See Also:
-
getChildRights
org.eclipse.emf.common.util.EList<RightInfo> getChildRights()Returns the value of the 'Child Rights' reference list. The list contents are of typeRightInfo
. It is bidirectional and its opposite is 'Parent Rights
'.- Returns:
- the value of the 'Child Rights' reference list.
- See Also:
-
getOrder
int getOrder()Returns the value of the 'Order' attribute.- Returns:
- the value of the 'Order' attribute.
- See Also:
-
setOrder
void setOrder(int value) Sets the value of the 'Order
' attribute.- Parameters:
value
- the new value of the 'Order' attribute.- See Also:
-