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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfMessageType
 OdfMessageType OdfErrorMessageElement.getMessageType()
          Get value of attribute table:message-type.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfMessageType
 void OdfErrorMessageElement.setMessageType(OdfMessageType messageType)
          Set value of attribute table:message-type.
 

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

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



Copyright © 2009. All Rights Reserved.