Uses of Class
net.webpdf.wsclient.schema.operation.TiffBlackAndWhiteQualityType
-
Packages that use TiffBlackAndWhiteQualityType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TiffBlackAndWhiteQualityType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TiffBlackAndWhiteQualityType Modifier and Type Field Description protected TiffBlackAndWhiteQualityTypeTiffType. blackAndWhiteQuality<?Methods in net.webpdf.wsclient.schema.operation that return TiffBlackAndWhiteQualityType Modifier and Type Method Description static TiffBlackAndWhiteQualityTypeTiffBlackAndWhiteQualityType. fromValue(String v)Gets the enum associated to the value passed as parameter.TiffBlackAndWhiteQualityTypeTiffType. getBlackAndWhiteQuality()<?static TiffBlackAndWhiteQualityTypeTiffBlackAndWhiteQualityType. valueOf(String name)Returns the enum constant of this type with the specified name.static TiffBlackAndWhiteQualityType[]TiffBlackAndWhiteQualityType. 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 TiffBlackAndWhiteQualityType Modifier and Type Method Description voidTiffType. setBlackAndWhiteQuality(TiffBlackAndWhiteQualityType value)Sets the value of the blackAndWhiteQuality property.
-