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

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

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

Methods in org.odftoolkit.odfdom.dom.element.db that return OdfDeleteRuleType
 OdfDeleteRuleType OdfKeyElement.getDeleteRule()
          Get value of attribute db:delete-rule.
 

Methods in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfDeleteRuleType
 void OdfKeyElement.setDeleteRule(OdfDeleteRuleType deleteRule)
          Set value of attribute db:delete-rule.
 

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

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



Copyright © 2009. All Rights Reserved.