Uses of Class
net.webpdf.wsclient.schema.operation.FailureType
-
Packages that use FailureType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of FailureType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as FailureType Modifier and Type Field Description protected FailureTypeTranscribeType. failureLevelMethods in net.webpdf.wsclient.schema.operation that return FailureType Modifier and Type Method Description static FailureTypeFailureType. fromValue(String v)FailureTypeTranscribeType. getFailureLevel()Gets the value of the failureLevel property.static FailureTypeFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static FailureType[]FailureType. 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 FailureType Modifier and Type Method Description voidTranscribeType. setFailureLevel(FailureType value)Sets the value of the failureLevel property.
-