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