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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuerySchemaExpression
getCondition()
Returns the value of the 'Condition' containment reference.QuerySchemaJoinType
getJoinType()
Returns the value of the 'Join Type' attribute.QuerySchemaSource
getSource()
Returns the value of the 'Source' containment reference.void
setCondition(QuerySchemaExpression value)
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.
-
-
-
Method Detail
-
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:
QuerySchemaJoinType
,setJoinType(QuerySchemaJoinType)
,QlPackage.getQuerySchemaQuerySourceJoin_JoinType()
-
setJoinType
void 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()
-
getCondition
QuerySchemaExpression getCondition()
Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
setCondition(QuerySchemaExpression)
,QlPackage.getQuerySchemaQuerySourceJoin_Condition()
-
setCondition
void setCondition(QuerySchemaExpression value)
Sets the value of the 'Condition
' containment reference.- Parameters:
value
- the new value of the 'Condition' containment reference.- See Also:
getCondition()
-
getSource
QuerySchemaSource getSource()
Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(QuerySchemaSource)
,QlPackage.getQuerySchemaQuerySourceJoin_Source()
-
setSource
void setSource(QuerySchemaSource value)
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
getSource()
-
-