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. levelprotected PdfaLevelTypePdfaType.Convert. levelMethods in net.webpdf.wsclient.schema.operation that return PdfaLevelType Modifier and Type Method Description static PdfaLevelTypePdfaLevelType. fromValue(String v)PdfaLevelTypePdfaType.Analyze. getLevel()Gets the value of the level property.PdfaLevelTypePdfaType.Convert. getLevel()Gets the value of the level property.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.
-