Uses of Class
org.odftoolkit.odfdom.dom.type.table.OdfDataType

Packages that use OdfDataType
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.type.table   
 

Uses of OdfDataType in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfDataType
 OdfDataType OdfFilterConditionElement.getDataType()
          Get value of attribute table:data-type.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfDataType
 void OdfFilterConditionElement.setDataType(OdfDataType dataType)
          Set value of attribute table:data-type.
 

Uses of OdfDataType in org.odftoolkit.odfdom.dom.type.table
 

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

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



Copyright © 2009. All Rights Reserved.