Uses of Class
org.eclipse.datatools.modelbase.sql.xml.query.XMLDeclarationType

Packages that use XMLDeclarationType
org.eclipse.datatools.modelbase.sql.xml.query   
 

Uses of XMLDeclarationType in org.eclipse.datatools.modelbase.sql.xml.query
 

Fields in org.eclipse.datatools.modelbase.sql.xml.query declared as XMLDeclarationType
static XMLDeclarationType XMLDeclarationType.EXCLUDING_XMLDECLARATION_LITERAL
          The 'EXCLUDING XMLDECLARATION' literal object.
static XMLDeclarationType XMLDeclarationType.INCLUDING_XMLDECLARATION_LITERAL
          The 'INCLUDING XMLDECLARATION' literal object.
static XMLDeclarationType XMLDeclarationType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLDeclarationType
static XMLDeclarationType XMLDeclarationType.get(int value)
          Returns the 'XML Declaration Type' literal with the specified integer value.
static XMLDeclarationType XMLDeclarationType.get(java.lang.String literal)
          Returns the 'XML Declaration Type' literal with the specified literal value.
static XMLDeclarationType XMLDeclarationType.getByName(java.lang.String name)
          Returns the 'XML Declaration Type' literal with the specified name.
 XMLDeclarationType XMLSerializeFunction.getDeclarationOption()
          Returns the value of the 'Declaration Option' attribute.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLDeclarationType
 void XMLSerializeFunction.setDeclarationOption(XMLDeclarationType value)
          Sets the value of the 'Declaration Option' attribute.