Uses of Class
net.webpdf.wsclient.schema.operation.PdfaLevelType
-
Packages that use PdfaLevelType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PdfaLevelType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfaLevelType Modifier and Type Field Description protected PdfaLevelTypePdfaType.Analyze. level<?protected PdfaLevelTypePdfaType.Convert. level<?Methods in net.webpdf.wsclient.schema.operation that return PdfaLevelType Modifier and Type Method Description static PdfaLevelTypePdfaLevelType. fromValue(String v)Gets the enum associated to the value passed as parameter.PdfaLevelTypePdfaType.Analyze. getLevel()<?PdfaLevelTypePdfaType.Convert. getLevel()<?static PdfaLevelTypePdfaLevelType. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfaLevelType[]PdfaLevelType. 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 PdfaLevelType Modifier and Type Method Description voidPdfaType.Analyze. setLevel(PdfaLevelType value)Sets the value of the level property.voidPdfaType.Convert. setLevel(PdfaLevelType value)Sets the value of the level property.
-