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
public interface RightInfo extends NamedElement
A representation of the model object 'Right Info'.The following features are supported:
- See Also:
RightsPackage.getRightInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<RightInfo>
getChildRights()
Returns the value of the 'Child Rights' reference list.org.eclipse.emf.ecore.EClass
getEClass()
Returns the value of the 'EClass' reference.org.eclipse.emf.common.util.EList<RightInfo>
getParentRights()
Returns the value of the 'Parent Rights' reference list.Right
getRight()
Returns the value of the 'Right' reference.void
setEClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the 'EClass
' reference.void
setRight(Right value)
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
-
-
-
-
Method Detail
-
getRight
Right getRight()
Returns the value of the 'Right' reference.- Returns:
- the value of the 'Right' reference.
- See Also:
setRight(Right)
,RightsPackage.getRightInfo_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()
-
getEClass
org.eclipse.emf.ecore.EClass getEClass()
Returns the value of the 'EClass' reference.- Returns:
- the value of the 'EClass' reference.
- See Also:
setEClass(EClass)
,RightsPackage.getRightInfo_EClass()
-
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:
getEClass()
-
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:
RightsPackage.getRightInfo_ParentRights()
,getChildRights()
-
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:
RightsPackage.getRightInfo_ChildRights()
,getParentRights()
-
-