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

All Superinterfaces:
QueryValueExpression, SQLObject, SQLQueryObject, ValueExpression, ValueExpressionAtomic, ValueExpressionFunction
All Known Implementing Classes:
XMLSerializeFunctionImpl

public interface XMLSerializeFunction
extends ValueExpressionFunction

A representation of the model object 'XML Serialize Function'.

The following features are supported:

See Also:
SQLXMLQueryModelPackage.getXMLSerializeFunction()

Method Summary
 XMLContentType getContentOption()
          Returns the value of the 'Content Option' attribute.
 XMLDeclarationType getDeclarationOption()
          Returns the value of the 'Declaration Option' attribute.
 XMLSerializeFunctionEncoding getSerializeEncoding()
          Returns the value of the 'Serialize Encoding' containment reference.
 XMLSerializeFunctionTarget getSerializeTarget()
          Returns the value of the 'Serialize Target' containment reference.
 java.lang.String getSerializeVersion()
          Returns the value of the 'Serialize Version' attribute.
 void setContentOption(XMLContentType value)
          Sets the value of the 'Content Option' attribute.
 void setDeclarationOption(XMLDeclarationType value)
          Sets the value of the 'Declaration Option' attribute.
 void setSerializeEncoding(XMLSerializeFunctionEncoding value)
          Sets the value of the 'Serialize Encoding' containment reference.
 void setSerializeTarget(XMLSerializeFunctionTarget value)
          Sets the value of the 'Serialize Target' containment reference.
 void setSerializeVersion(java.lang.String value)
          Sets the value of the 'Serialize Version' attribute.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.ValueExpressionFunction
getFunction, getParameterList, isColumnFunction, isDistinct, isSpecialRegister, setColumnFunction, setDistinct, setFunction, setSpecialRegister
 
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

getContentOption

public XMLContentType getContentOption()
Returns the value of the 'Content Option' attribute. The literals are from the enumeration XMLContentType.

If the meaning of the 'Content Option' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content Option' attribute.
See Also:
XMLContentType, setContentOption(XMLContentType), SQLXMLQueryModelPackage.getXMLSerializeFunction_ContentOption()

setContentOption

public void setContentOption(XMLContentType value)
Sets the value of the 'Content Option' attribute.

Parameters:
value - the new value of the 'Content Option' attribute.
See Also:
XMLContentType, getContentOption()

getSerializeVersion

public java.lang.String getSerializeVersion()
Returns the value of the 'Serialize Version' attribute.

If the meaning of the 'Serialize Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Serialize Version' attribute.
See Also:
setSerializeVersion(String), SQLXMLQueryModelPackage.getXMLSerializeFunction_SerializeVersion()

setSerializeVersion

public void setSerializeVersion(java.lang.String value)
Sets the value of the 'Serialize Version' attribute.

Parameters:
value - the new value of the 'Serialize Version' attribute.
See Also:
getSerializeVersion()

getDeclarationOption

public XMLDeclarationType getDeclarationOption()
Returns the value of the 'Declaration Option' attribute. The literals are from the enumeration XMLDeclarationType.

If the meaning of the 'Declaration Option' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Declaration Option' attribute.
See Also:
XMLDeclarationType, setDeclarationOption(XMLDeclarationType), SQLXMLQueryModelPackage.getXMLSerializeFunction_DeclarationOption()

setDeclarationOption

public void setDeclarationOption(XMLDeclarationType value)
Sets the value of the 'Declaration Option' attribute.

Parameters:
value - the new value of the 'Declaration Option' attribute.
See Also:
XMLDeclarationType, getDeclarationOption()

getSerializeTarget

public XMLSerializeFunctionTarget getSerializeTarget()
Returns the value of the 'Serialize Target' containment reference. It is bidirectional and its opposite is 'Serialize Function'.

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

Returns:
the value of the 'Serialize Target' containment reference.
See Also:
setSerializeTarget(XMLSerializeFunctionTarget), SQLXMLQueryModelPackage.getXMLSerializeFunction_SerializeTarget(), XMLSerializeFunctionTarget.getSerializeFunction()

setSerializeTarget

public void setSerializeTarget(XMLSerializeFunctionTarget value)
Sets the value of the 'Serialize Target' containment reference.

Parameters:
value - the new value of the 'Serialize Target' containment reference.
See Also:
getSerializeTarget()

getSerializeEncoding

public XMLSerializeFunctionEncoding getSerializeEncoding()
Returns the value of the 'Serialize Encoding' containment reference.

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

Returns:
the value of the 'Serialize Encoding' containment reference.
See Also:
setSerializeEncoding(XMLSerializeFunctionEncoding), SQLXMLQueryModelPackage.getXMLSerializeFunction_SerializeEncoding()

setSerializeEncoding

public void setSerializeEncoding(XMLSerializeFunctionEncoding value)
Sets the value of the 'Serialize Encoding' containment reference.

Parameters:
value - the new value of the 'Serialize Encoding' containment reference.
See Also:
getSerializeEncoding()


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