Uses of Class
net.webpdf.wsclient.schema.extraction.info.DuplexType
-
Packages that use DuplexType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of DuplexType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as DuplexType Modifier and Type Field Description protected DuplexTypeViewerPreferencesType. duplexMethods in net.webpdf.wsclient.schema.extraction.info that return DuplexType Modifier and Type Method Description static DuplexTypeDuplexType. fromValue(String v)DuplexTypeViewerPreferencesType. getDuplex()Gets the value of the duplex property.static DuplexTypeDuplexType. valueOf(String name)Returns the enum constant of this type with the specified name.static DuplexType[]DuplexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type DuplexType Modifier and Type Method Description voidViewerPreferencesType. setDuplex(DuplexType value)Sets the value of the duplex property.
-