|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfDataType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.db | |
| org.odftoolkit.odfdom.dom.type.db | |
| Uses of OdfDataType in org.odftoolkit.odfdom.dom.element.db |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.db that return OdfDataType | |
|---|---|
OdfDataType |
OdfColumnDefinitionElement.getDataType()
Get value of attribute db:data-type. |
| Methods in org.odftoolkit.odfdom.dom.element.db with parameters of type OdfDataType | |
|---|---|
void |
OdfColumnDefinitionElement.setDataType(OdfDataType dataType)
Set value of attribute db:data-type. |
| Uses of OdfDataType in org.odftoolkit.odfdom.dom.type.db |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.db that return OdfDataType | |
|---|---|
static OdfDataType |
OdfDataType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfDataType |
OdfDataType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfDataType[] |
OdfDataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.db with parameters of type OdfDataType | |
|---|---|
static String |
OdfDataType.toString(OdfDataType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||