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