Uses of Enum
org.odftoolkit.odfdom.type.ValueType
Packages that use ValueType
-
Uses of ValueType in org.odftoolkit.odfdom.type
Methods in org.odftoolkit.odfdom.type that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.enumValueOf(String stringValue) String to enum, turns a String into its corresponding enum constantstatic ValueTypeReturns 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