Package com._1c.g5.v8.dt.right.ql.model
Interface Restriction
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PreprocessorRestriction
,QlRestriction
,TemplateRestriction
- All Known Implementing Classes:
PreprocessorRestrictionImpl
,QlRestrictionImpl
,RestrictionImpl
,TemplateRestrictionImpl
public interface Restriction
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Restriction'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetOwner()
Returns the value of the 'Owner' reference.void
setOwner
(RoleDescription value) Sets the value of the 'Owner
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOwner
RoleDescription getOwner()Returns the value of the 'Owner' reference.- Returns:
- the value of the 'Owner' reference.
- See Also:
-
setOwner
Sets the value of the 'Owner
' reference.- Parameters:
value
- the new value of the 'Owner' reference.- See Also:
-