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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfConditionSourceType
 OdfConditionSourceType OdfFilterElement.getConditionSource()
          Get value of attribute table:condition-source.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfConditionSourceType
 void OdfFilterElement.setConditionSource(OdfConditionSourceType conditionSource)
          Set value of attribute table:condition-source.
 

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

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



Copyright © 2009. All Rights Reserved.