Uses of Class
org.odftoolkit.odfdom.type.ValueType
-
Packages that use ValueType Package Description org.odftoolkit.odfdom.type -
-
Uses of ValueType in org.odftoolkit.odfdom.type
Methods in org.odftoolkit.odfdom.type that return ValueType Modifier and Type Method Description static ValueType
ValueType. enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constantstatic ValueType
ValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueType[]
ValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odftoolkit.odfdom.type with parameters of type ValueType Modifier and Type Method Description static String
ValueType. toString(ValueType aEnum)
enum to String, gets the name of this enum constant as a string.
-