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
 
 public interface QuerySchemaQuerySourceJoin extends AbstractQuerySchemaQuerySourceJoin A representation of the model object 'Query Schema Query Source Join'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerySchemaExpressiongetCondition()Returns the value of the 'Condition' containment reference.QuerySchemaJoinTypegetJoinType()Returns the value of the 'Join Type' attribute.QuerySchemaSourcegetSource()Returns the value of the 'Source' containment reference.voidsetCondition(QuerySchemaExpression value)Sets 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.
 
- 
- 
- 
Method Detail- 
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:
- QuerySchemaJoinType,- setJoinType(QuerySchemaJoinType),- QlPackage.getQuerySchemaQuerySourceJoin_JoinType()
 
 - 
setJoinTypevoid setJoinType(QuerySchemaJoinType value) Sets the value of the 'Join Type' attribute.- Parameters:
- value- the new value of the 'Join Type' attribute.
- See Also:
- QuerySchemaJoinType,- getJoinType()
 
 - 
getConditionQuerySchemaExpression getCondition() Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
- setCondition(QuerySchemaExpression),- QlPackage.getQuerySchemaQuerySourceJoin_Condition()
 
 - 
setConditionvoid setCondition(QuerySchemaExpression value) Sets the value of the 'Condition' containment reference.- Parameters:
- value- the new value of the 'Condition' containment reference.
- See Also:
- getCondition()
 
 - 
getSourceQuerySchemaSource getSource() Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
- setSource(QuerySchemaSource),- QlPackage.getQuerySchemaQuerySourceJoin_Source()
 
 - 
setSourcevoid setSource(QuerySchemaSource value) Sets the value of the 'Source' containment reference.- Parameters:
- value- the new value of the 'Source' containment reference.
- See Also:
- getSource()
 
 
- 
 
-