Package com._1c.g5.v8.dt.rights.model
Interface RoleDescription
- All Superinterfaces:
AbstractRoleDescription
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RoleDescriptionImpl
A representation of the model object 'Role Description'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ObjectRights>
Returns the value of the 'Rights' containment reference list.org.eclipse.emf.common.util.EList<RestrictionTemplate>
Returns the value of the 'Templates' containment reference list.boolean
Returns the value of the 'Independent Rights Of Child Objects' attribute.boolean
Returns the value of the 'Set For Attributes By Default' attribute.boolean
Returns the value of the 'Set For New Objects' attribute.void
setIndependentRightsOfChildObjects
(boolean value) Sets the value of the 'Independent Rights Of Child Objects
' attribute.void
setSetForAttributesByDefault
(boolean value) Sets the value of the 'Set For Attributes By Default
' attribute.void
setSetForNewObjects
(boolean value) Sets the value of the 'Set For New Objects
' 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
-
getRights
org.eclipse.emf.common.util.EList<ObjectRights> getRights()Returns the value of the 'Rights' containment reference list. The list contents are of typeObjectRights
.- Returns:
- the value of the 'Rights' containment reference list.
- See Also:
-
getTemplates
org.eclipse.emf.common.util.EList<RestrictionTemplate> getTemplates()Returns the value of the 'Templates' containment reference list. The list contents are of typeRestrictionTemplate
.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
-
isSetForNewObjects
boolean isSetForNewObjects()Returns the value of the 'Set For New Objects' attribute. The default value is"false"
.- Returns:
- the value of the 'Set For New Objects' attribute.
- See Also:
-
setSetForNewObjects
void setSetForNewObjects(boolean value) Sets the value of the 'Set For New Objects
' attribute.- Parameters:
value
- the new value of the 'Set For New Objects' attribute.- See Also:
-
isSetForAttributesByDefault
boolean isSetForAttributesByDefault()Returns the value of the 'Set For Attributes By Default' attribute. The default value is"false"
.- Returns:
- the value of the 'Set For Attributes By Default' attribute.
- See Also:
-
setSetForAttributesByDefault
void setSetForAttributesByDefault(boolean value) Sets the value of the 'Set For Attributes By Default
' attribute.- Parameters:
value
- the new value of the 'Set For Attributes By Default' attribute.- See Also:
-
isIndependentRightsOfChildObjects
boolean isIndependentRightsOfChildObjects()Returns the value of the 'Independent Rights Of Child Objects' attribute. The default value is"false"
.- Returns:
- the value of the 'Independent Rights Of Child Objects' attribute.
- See Also:
-
setIndependentRightsOfChildObjects
void setIndependentRightsOfChildObjects(boolean value) Sets the value of the 'Independent Rights Of Child Objects
' attribute.- Parameters:
value
- the new value of the 'Independent Rights Of Child Objects' attribute.- See Also:
-