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