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