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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfValueType
 OdfValueType OdfNullDateElement.getValueType()
          Get value of attribute table:value-type.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfValueType
 void OdfNullDateElement.setValueType(OdfValueType valueType)
          Set value of attribute table:value-type.
 

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

Methods in org.odftoolkit.odfdom.dom.type.table that return OdfValueType
static OdfValueType OdfValueType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfValueType OdfValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfValueType[] OdfValueType.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 OdfValueType
static String OdfValueType.toString(OdfValueType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.