Uses of Enum
org.odftoolkit.odfdom.dom.attribute.db.DbDataTypeAttribute.Value
Packages that use DbDataTypeAttribute.Value
-
Uses of DbDataTypeAttribute.Value in org.odftoolkit.odfdom.dom.attribute.db
Methods in org.odftoolkit.odfdom.dom.attribute.db that return DbDataTypeAttribute.ValueModifier and TypeMethodDescriptionstatic DbDataTypeAttribute.ValueDbDataTypeAttribute.Value.enumValueOf(String value) DbDataTypeAttribute.getEnumValue()static DbDataTypeAttribute.ValueReturns the enum constant of this type with the specified name.static DbDataTypeAttribute.Value[]DbDataTypeAttribute.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.db with parameters of type DbDataTypeAttribute.ValueModifier and TypeMethodDescriptionvoidDbDataTypeAttribute.setEnumValue(DbDataTypeAttribute.Value attrValue)