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

All Superinterfaces:
QueryValueExpression, SQLObject, SQLQueryObject, ValueExpression, ValueExpressionAtomic, ValueExpressionCase
All Known Implementing Classes:
ValueExpressionCaseSearchImpl

public interface ValueExpressionCaseSearch
extends ValueExpressionCase

A representation of the model object 'SQL Value Expression Case Search'.

The following features are supported:

See Also:
SQLQueryModelPackage.getValueExpressionCaseSearch()

Method Summary
 EList getSearchContentList()
          Returns the value of the 'Search Content List' containment reference list.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.ValueExpressionCase
getCaseElse, setCaseElse
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QueryValueExpression
getBasicLeft, getBasicRight, getBetweenLeft, getBetweenRight1, getBetweenRight2, getDataType, getGroupingExpr, getInValueListLeft, getInValueListRight, getInValueRowSelectLeft, getInValueSelectLeft, getLikeEscape, getLikeMatching, getLikePattern, getNest, getOrderByValueExpr, getPredicateNull, getQuantifiedRowSelectLeft, getQuantifiedValueSelectLeft, getResultColumn, getUnaryOperator, getUpdateSourceExprList, getValueExprCaseElse, getValueExprCaseSearchContent, getValueExprCaseSimple, getValueExprCaseSimpleContentResult, getValueExprCaseSimpleContentWhen, getValueExprCast, getValueExprCombinedLeft, getValueExprCombinedRight, getValueExprFunction, getValueExprLabeledDuration, getValuesRow, setBasicLeft, setBasicRight, setBetweenLeft, setBetweenRight1, setBetweenRight2, setDataType, setGroupingExpr, setInValueListLeft, setInValueListRight, setInValueRowSelectLeft, setInValueSelectLeft, setLikeEscape, setLikeMatching, setLikePattern, setNest, setOrderByValueExpr, setPredicateNull, setQuantifiedRowSelectLeft, setQuantifiedValueSelectLeft, setResultColumn, setUnaryOperator, setUpdateSourceExprList, setValueExprCaseElse, setValueExprCaseSearchContent, setValueExprCaseSimple, setValueExprCaseSimpleContentResult, setValueExprCaseSimpleContentWhen, setValueExprCast, setValueExprCombinedLeft, setValueExprCombinedRight, setValueExprFunction, setValueExprLabeledDuration, 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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.expressions.ValueExpression
getSQL, setSQL
 

Method Detail

getSearchContentList

public EList getSearchContentList()
Returns the value of the 'Search Content List' containment reference list. The list contents are of type ValueExpressionCaseSearchContent. It is bidirectional and its opposite is 'Value Expr Case Search'.

If the meaning of the 'Search Content List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Search Content List' containment reference list.
See Also:
SQLQueryModelPackage.getValueExpressionCaseSearch_SearchContentList(), ValueExpressionCaseSearchContent.getValueExprCaseSearch()


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.