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

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

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

Methods in org.odftoolkit.odfdom.dom.element.db that return OdfUpdateRuleType
 OdfUpdateRuleType OdfKeyElement.getUpdateRule()
          Get value of attribute db:update-rule.
 

Methods in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfUpdateRuleType
 void OdfKeyElement.setUpdateRule(OdfUpdateRuleType updateRule)
          Set value of attribute db:update-rule.
 

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

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



Copyright © 2009. All Rights Reserved.