Uses of Class
org.odftoolkit.odfdom.dom.attribute.db.DbTypeAttribute.Value
-
Packages that use DbTypeAttribute.Value Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
DbTypeAttribute. setEnumValue(DbTypeAttribute.Value attrValue)
-