Uses of Class
org.odftoolkit.odfdom.dom.attribute.db.DbUpdateRuleAttribute.Value
-
Packages that use DbUpdateRuleAttribute.Value Package Description org.odftoolkit.odfdom.dom.attribute.db -
-
Uses of DbUpdateRuleAttribute.Value in org.odftoolkit.odfdom.dom.attribute.db
Methods in org.odftoolkit.odfdom.dom.attribute.db that return DbUpdateRuleAttribute.Value Modifier and Type Method Description static DbUpdateRuleAttribute.Value
DbUpdateRuleAttribute.Value. enumValueOf(String value)
DbUpdateRuleAttribute.Value
DbUpdateRuleAttribute. getEnumValue()
static DbUpdateRuleAttribute.Value
DbUpdateRuleAttribute.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbUpdateRuleAttribute.Value[]
DbUpdateRuleAttribute.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 DbUpdateRuleAttribute.Value Modifier and Type Method Description void
DbUpdateRuleAttribute. setEnumValue(DbUpdateRuleAttribute.Value attrValue)
-