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