Uses of Class
net.webpdf.wsclient.schema.extraction.info.InitialViewType
-
Packages that use InitialViewType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of InitialViewType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as InitialViewType Modifier and Type Field Description protected InitialViewTypeInformationType. initialViewMethods in net.webpdf.wsclient.schema.extraction.info that return InitialViewType Modifier and Type Method Description static InitialViewTypeInitialViewType. fromValue(String v)InitialViewTypeInformationType. getInitialView()Gets the value of the initialView property.static InitialViewTypeInitialViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static InitialViewType[]InitialViewType. 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 InitialViewType Modifier and Type Method Description voidInformationType. setInitialView(InitialViewType value)Sets the value of the initialView property.
-