org.eclipse.datatools.modelbase.sql.xml.query
Interface XMLValueFunctionParseContent

All Superinterfaces:
QueryValueExpression, SQLObject, SQLQueryObject, ValueExpression
All Known Implementing Classes:
XMLValueFunctionParseContentImpl

public interface XMLValueFunctionParseContent
extends QueryValueExpression

A representation of the model object 'XML Value Function Parse Content'.

The following features are supported:

See Also:
SQLXMLQueryModelPackage.getXMLValueFunctionParseContent()

Method Summary
 QueryValueExpression getValueExpr()
          Returns the value of the 'Value Expr' containment reference.
 XMLValueFunctionParse getValueFunctionParse()
          Returns the value of the 'Value Function Parse' container reference.
 void setValueExpr(QueryValueExpression value)
          Sets the value of the 'Value Expr' containment reference.
 void setValueFunctionParse(XMLValueFunctionParse value)
          Sets the value of the 'Value Function Parse' container reference.
 
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

getValueFunctionParse

public XMLValueFunctionParse getValueFunctionParse()
Returns the value of the 'Value Function Parse' container reference. It is bidirectional and its opposite is 'Parse Content'.

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

Returns:
the value of the 'Value Function Parse' container reference.
See Also:
setValueFunctionParse(XMLValueFunctionParse), SQLXMLQueryModelPackage.getXMLValueFunctionParseContent_ValueFunctionParse(), XMLValueFunctionParse.getParseContent()

setValueFunctionParse

public void setValueFunctionParse(XMLValueFunctionParse value)
Sets the value of the 'Value Function Parse' container reference.

Parameters:
value - the new value of the 'Value Function Parse' container reference.
See Also:
getValueFunctionParse()

getValueExpr

public QueryValueExpression getValueExpr()
Returns the value of the 'Value Expr' containment reference.

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), SQLXMLQueryModelPackage.getXMLValueFunctionParseContent_ValueExpr()

setValueExpr

public 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()


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