Uses of Class
org.odftoolkit.odfdom.dom.attribute.db.DbTypeAttribute.Value

Packages that use DbTypeAttribute.Value
org.odftoolkit.odfdom.dom.attribute.db   
 

Uses of DbTypeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.db
 

Methods in org.odftoolkit.odfdom.dom.attribute.db that return DbTypeAttribute.Value
static DbTypeAttribute.Value DbTypeAttribute.Value.enumValueOf(String value)
           
 DbTypeAttribute.Value DbTypeAttribute.getEnumValue()
           
static DbTypeAttribute.Value DbTypeAttribute.Value.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DbTypeAttribute.Value[] DbTypeAttribute.Value.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.attribute.db with parameters of type DbTypeAttribute.Value
 void DbTypeAttribute.setEnumValue(DbTypeAttribute.Value attrValue)
           
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.