Uses of Class
org.odftoolkit.odfdom.dom.type.db.OdfDataSourceSettingType

Packages that use OdfDataSourceSettingType
org.odftoolkit.odfdom.dom.element.db   
org.odftoolkit.odfdom.dom.type.db   
 

Uses of OdfDataSourceSettingType in org.odftoolkit.odfdom.dom.element.db
 

Methods in org.odftoolkit.odfdom.dom.element.db that return OdfDataSourceSettingType
 OdfDataSourceSettingType OdfDataSourceSettingElement.getDataSourceSettingType()
          Get value of attribute db:data-source-setting-type.
 

Methods in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfDataSourceSettingType
 OdfDataSourceSettingElement OdfDataSourceSettingsElement.createDataSourceSettingElement(String dataSourceSettingName, OdfDataSourceSettingType dataSourceSettingType)
          Create child element db:data-source-setting.
 void OdfDataSourceSettingElement.init(String dataSourceSettingName, OdfDataSourceSettingType dataSourceSettingType)
          Initialization of the mandatory attributes of OdfDataSourceSettingElement
 void OdfDataSourceSettingElement.setDataSourceSettingType(OdfDataSourceSettingType dataSourceSettingType)
          Set value of attribute db:data-source-setting-type.
 

Uses of OdfDataSourceSettingType in org.odftoolkit.odfdom.dom.type.db
 

Methods in org.odftoolkit.odfdom.dom.type.db that return OdfDataSourceSettingType
static OdfDataSourceSettingType OdfDataSourceSettingType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfDataSourceSettingType OdfDataSourceSettingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfDataSourceSettingType[] OdfDataSourceSettingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.db with parameters of type OdfDataSourceSettingType
static String OdfDataSourceSettingType.toString(OdfDataSourceSettingType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.