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

All Superinterfaces:
SQLObject, SQLQueryObject
All Known Implementing Classes:
XMLSerializeFunctionEncodingImpl

public interface XMLSerializeFunctionEncoding
extends SQLQueryObject

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

The following features are supported:

See Also:
SQLXMLQueryModelPackage.getXMLSerializeFunctionEncoding()

Method Summary
 java.lang.String getEncodingName()
          Returns the value of the 'Encoding Name' attribute.
 void setEncodingName(java.lang.String value)
          Sets the value of the 'Encoding Name' attribute.
 
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
 

Method Detail

getEncodingName

java.lang.String getEncodingName()
Returns the value of the 'Encoding Name' attribute.

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

Returns:
the value of the 'Encoding Name' attribute.
See Also:
setEncodingName(String), SQLXMLQueryModelPackage.getXMLSerializeFunctionEncoding_EncodingName()

setEncodingName

void setEncodingName(java.lang.String value)
Sets the value of the 'Encoding Name' attribute.

Parameters:
value - the new value of the 'Encoding Name' attribute.
See Also:
getEncodingName()


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