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.EObjectA representation of the model object 'Restriction'.The following features are supported:
- See Also:
RightQlPackage.getRestriction()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleDescriptiongetOwner()Returns the value of the 'Owner' reference.voidsetOwner(RoleDescription value)Sets the value of the 'Owner' reference.
-
-
-
Method Detail
-
getOwner
RoleDescription getOwner()
Returns the value of the 'Owner' reference.- Returns:
- the value of the 'Owner' reference.
- See Also:
setOwner(RoleDescription),RightQlPackage.getRestriction_Owner()
-
setOwner
void setOwner(RoleDescription value)
Sets the value of the 'Owner' reference.- Parameters:
value- the new value of the 'Owner' reference.- See Also:
getOwner()
-
-