Uses of Class
net.webpdf.wsclient.schema.operation.XmpDataFormatType
-
Packages that use XmpDataFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of XmpDataFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as XmpDataFormatType Modifier and Type Field Description protected XmpDataFormatTypeXmpType. dataFormatMethods in net.webpdf.wsclient.schema.operation that return XmpDataFormatType Modifier and Type Method Description static XmpDataFormatTypeXmpDataFormatType. fromValue(String v)XmpDataFormatTypeXmpType. getDataFormat()Gets the value of the dataFormat property.static XmpDataFormatTypeXmpDataFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static XmpDataFormatType[]XmpDataFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type XmpDataFormatType Modifier and Type Method Description voidXmpType. setDataFormat(XmpDataFormatType value)Sets the value of the dataFormat property.
-