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 SummaryModifier 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.voidSets the value of the 'Condition' containment reference.voidsetJoinType(QuerySchemaJoinType value) Sets the value of the 'Join Type' attribute.voidsetSource(QuerySchemaSource value) Sets the value of the 'Source' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getJoinTypeQuerySchemaJoinType 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:
 
- 
setJoinTypeSets the value of the 'Join Type' attribute.- Parameters:
- value- the new value of the 'Join Type' attribute.
- See Also:
 
- 
getConditionQuerySchemaExpression getCondition()Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
 
- 
setConditionSets the value of the 'Condition' containment reference.- Parameters:
- value- the new value of the 'Condition' containment reference.
- See Also:
 
- 
getSourceQuerySchemaSource getSource()Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
 
- 
setSourceSets the value of the 'Source' containment reference.- Parameters:
- value- the new value of the 'Source' containment reference.
- See Also:
 
 
-