Uses of Class
net.webpdf.wsclient.schema.operation.IconsType
-
Packages that use IconsType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of IconsType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as IconsType Modifier and Type Field Description protected IconsTypeFileAnnotationType. iconMethods in net.webpdf.wsclient.schema.operation that return IconsType Modifier and Type Method Description static IconsTypeIconsType. fromValue(String v)IconsTypeFileAnnotationType. getIcon()Gets the value of the icon property.static IconsTypeIconsType. valueOf(String name)Returns the enum constant of this type with the specified name.static IconsType[]IconsType. 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 IconsType Modifier and Type Method Description voidFileAnnotationType. setIcon(IconsType value)Sets the value of the icon property.
-