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

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

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

Methods in org.odftoolkit.odfdom.dom.element.db that return OdfBooleanComparisonModeType
 OdfBooleanComparisonModeType OdfApplicationConnectionSettingsElement.getBooleanComparisonMode()
          Get value of attribute db:boolean-comparison-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfBooleanComparisonModeType
 void OdfApplicationConnectionSettingsElement.setBooleanComparisonMode(OdfBooleanComparisonModeType booleanComparisonMode)
          Set value of attribute db:boolean-comparison-mode.
 

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

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



Copyright © 2009. All Rights Reserved.