Uses of Class
org.odftoolkit.odfdom.dom.type.form.OdfCommandType

Packages that use OdfCommandType
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.type.form   
 

Uses of OdfCommandType in org.odftoolkit.odfdom.dom.element.form
 

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfCommandType
 OdfCommandType OdfFormElement.getCommandType()
          Get value of attribute form:command-type.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfCommandType
 void OdfFormElement.setCommandType(OdfCommandType commandType)
          Set value of attribute form:command-type.
 

Uses of OdfCommandType in org.odftoolkit.odfdom.dom.type.form
 

Methods in org.odftoolkit.odfdom.dom.type.form that return OdfCommandType
static OdfCommandType OdfCommandType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfCommandType OdfCommandType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfCommandType[] OdfCommandType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.form with parameters of type OdfCommandType
static String OdfCommandType.toString(OdfCommandType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.