Package com._1c.g5.v8.dt.right.ql.model
Interface QlRestriction
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Restriction
- All Known Implementing Classes:
QlRestrictionImpl
A representation of the model object 'Ql Restriction'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Current Table' containment reference.org.eclipse.emf.common.util.EList<DbViewDef>
Returns the value of the 'Db View By From' containment reference list.org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable>
Returns the value of the 'Description Temp Table' containment reference list.Returns the value of the 'Filters' containment reference.Returns the value of the 'Restrict Table Name' attribute.org.eclipse.emf.common.util.EList<QuerySchemaSource>
Returns the value of the 'Sources' containment reference list.boolean
isFrom()
Returns the value of the 'From' attribute.void
setCurrentTable
(DbViewDef value) Sets the value of the 'Current Table
' containment reference.void
setFilters
(QuerySchemaExpression value) Sets the value of the 'Filters
' containment reference.void
setFrom
(boolean value) Sets the value of the 'From
' attribute.void
setRestrictTableName
(String value) Sets the value of the 'Restrict Table Name
' 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
Methods inherited from interface com._1c.g5.v8.dt.right.ql.model.Restriction
getOwner, setOwner
-
Method Details
-
getRestrictTableName
String getRestrictTableName()Returns the value of the 'Restrict Table Name' attribute.- Returns:
- the value of the 'Restrict Table Name' attribute.
- See Also:
-
setRestrictTableName
Sets the value of the 'Restrict Table Name
' attribute.- Parameters:
value
- the new value of the 'Restrict Table Name' attribute.- See Also:
-
getFilters
QuerySchemaExpression getFilters()Returns the value of the 'Filters' containment reference.- Returns:
- the value of the 'Filters' containment reference.
- See Also:
-
setFilters
Sets the value of the 'Filters
' containment reference.- Parameters:
value
- the new value of the 'Filters' containment reference.- See Also:
-
getSources
org.eclipse.emf.common.util.EList<QuerySchemaSource> getSources()Returns the value of the 'Sources' containment reference list. The list contents are of typeQuerySchemaSource
.- Returns:
- the value of the 'Sources' containment reference list.
- See Also:
-
getCurrentTable
DbViewDef getCurrentTable()Returns the value of the 'Current Table' containment reference.- Returns:
- the value of the 'Current Table' containment reference.
- See Also:
-
setCurrentTable
Sets the value of the 'Current Table
' containment reference.- Parameters:
value
- the new value of the 'Current Table' containment reference.- See Also:
-
getDbViewByFrom
org.eclipse.emf.common.util.EList<DbViewDef> getDbViewByFrom()Returns the value of the 'Db View By From' containment reference list. The list contents are of typeDbViewDef
.- Returns:
- the value of the 'Db View By From' containment reference list.
- See Also:
-
getDescriptionTempTable
org.eclipse.emf.common.util.EList<DbViewDescriptionTempTable> getDescriptionTempTable()Returns the value of the 'Description Temp Table' containment reference list. The list contents are of typeDbViewDescriptionTempTable
.- Returns:
- the value of the 'Description Temp Table' containment reference list.
- See Also:
-
isFrom
boolean isFrom()Returns the value of the 'From' attribute.- Returns:
- the value of the 'From' attribute.
- See Also:
-
setFrom
void setFrom(boolean value) Sets the value of the 'From
' attribute.- Parameters:
value
- the new value of the 'From' attribute.- See Also:
-