Package com._1c.g5.v8.dt.ql.model
Interface QuerySchemaQuerySourceJoin
- All Superinterfaces:
AbstractQuerySchemaQuerySourceJoin
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
QuerySchemaQuerySourceJoinImpl
A representation of the model object 'Query Schema Query Source Join'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Condition' containment reference.Returns the value of the 'Join Type' attribute.Returns the value of the 'Source' containment reference.void
Sets the value of the 'Condition
' containment reference.void
setJoinType
(QuerySchemaJoinType value) Sets the value of the 'Join Type
' attribute.void
setSource
(QuerySchemaSource value) Sets the value of the 'Source
' containment 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
-
getJoinType
QuerySchemaJoinType getJoinType()Returns the value of the 'Join Type' attribute. The literals are from the enumerationQuerySchemaJoinType
.- Returns:
- the value of the 'Join Type' attribute.
- See Also:
-
setJoinType
Sets the value of the 'Join Type
' attribute.- Parameters:
value
- the new value of the 'Join Type' attribute.- See Also:
-
getCondition
QuerySchemaExpression getCondition()Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
-
setCondition
Sets the value of the 'Condition
' containment reference.- Parameters:
value
- the new value of the 'Condition' containment reference.- See Also:
-
getSource
QuerySchemaSource getSource()Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
-
setSource
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
-