org.eclipse.datatools.modelbase.sql.query
Interface ValueExpressionLabeledDuration

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QueryValueExpression, SQLObject, SQLQueryObject, ValueExpression, ValueExpressionAtomic

public interface ValueExpressionLabeledDuration
extends ValueExpressionAtomic

A representation of the model object 'SQL Value Expression Labeled Duration'.

The following features are supported:

See Also:
SQLQueryModelPackage.getValueExpressionLabeledDuration()

Method Summary
 ValueExpressionLabeledDurationType getLabeledDurationType()
          Returns the value of the 'Labeled Duration Type' attribute.
 QueryValueExpression getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 void setLabeledDurationType(ValueExpressionLabeledDurationType value)
          Sets the value of the 'Labeled Duration Type' attribute.
 void setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QueryValueExpression
getBasicLeft, getBasicRight, getBetweenLeft, getBetweenRight1, getBetweenRight2, getCallStatement, getDataType, getGroupingExpr, getInValueListLeft, getInValueListRight, getInValueRowSelectLeft, getInValueSelectLeft, getLikeEscape, getLikeMatching, getLikePattern, getNest, getOrderByValueExpr, getPredicateNull, getQuantifiedRowSelectLeft, getQuantifiedValueSelectLeft, getResultColumn, getTableFunction, getUnaryOperator, getUpdateSourceExprList, getValueExprCaseElse, getValueExprCaseSearchContent, getValueExprCaseSimple, getValueExprCaseSimpleContentResult, getValueExprCaseSimpleContentWhen, getValueExprCast, getValueExprCombinedLeft, getValueExprCombinedRight, getValueExprFunction, getValueExprLabeledDuration, getValueExprRow, getValuesRow, setBasicLeft, setBasicRight, setBetweenLeft, setBetweenRight1, setBetweenRight2, setCallStatement, setDataType, setGroupingExpr, setInValueListLeft, setInValueListRight, setInValueRowSelectLeft, setInValueSelectLeft, setLikeEscape, setLikeMatching, setLikePattern, setNest, setOrderByValueExpr, setPredicateNull, setQuantifiedRowSelectLeft, setQuantifiedValueSelectLeft, setResultColumn, setTableFunction, setUnaryOperator, setUpdateSourceExprList, setValueExprCaseElse, setValueExprCaseSearchContent, setValueExprCaseSimple, setValueExprCaseSimpleContentResult, setValueExprCaseSimpleContentWhen, setValueExprCast, setValueExprCombinedLeft, setValueExprCombinedRight, setValueExprFunction, setValueExprLabeledDuration, setValueExprRow, setValuesRow
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
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 org.eclipse.datatools.modelbase.sql.expressions.ValueExpression
getSQL, setSQL
 

Method Detail

getLabeledDurationType

ValueExpressionLabeledDurationType getLabeledDurationType()
Returns the value of the 'Labeled Duration Type' attribute. The literals are from the enumeration ValueExpressionLabeledDurationType.

If the meaning of the 'Labeled Duration Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Labeled Duration Type' attribute.
See Also:
ValueExpressionLabeledDurationType, setLabeledDurationType(ValueExpressionLabeledDurationType), SQLQueryModelPackage.getValueExpressionLabeledDuration_LabeledDurationType()

setLabeledDurationType

void setLabeledDurationType(ValueExpressionLabeledDurationType value)
Sets the value of the 'Labeled Duration Type' attribute.

Parameters:
value - the new value of the 'Labeled Duration Type' attribute.
See Also:
ValueExpressionLabeledDurationType, getLabeledDurationType()

getValueExpr

QueryValueExpression getValueExpr()
Returns the value of the 'Value Expr' containment reference. It is bidirectional and its opposite is 'Value Expr Labeled Duration'.

If the meaning of the 'Value Expr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value Expr' containment reference.
See Also:
setValueExpr(QueryValueExpression), SQLQueryModelPackage.getValueExpressionLabeledDuration_ValueExpr(), QueryValueExpression.getValueExprLabeledDuration()

setValueExpr

void setValueExpr(QueryValueExpression value)
Sets the value of the 'Value Expr' containment reference.

Parameters:
value - the new value of the 'Value Expr' containment reference.
See Also:
getValueExpr()