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.ValueFormMethodAttribute.Value. enumValueOf(String value)FormMethodAttribute.ValueFormMethodAttribute. getEnumValue()static FormMethodAttribute.ValueFormMethodAttribute.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 voidFormMethodAttribute. setEnumValue(FormMethodAttribute.Value attrValue)
-