public enum SignatureImageFormat extends Enum<SignatureImageFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptType() |
static SignatureImageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureImageFormat PNG
public static final SignatureImageFormat JPG
public static final SignatureImageFormat GIF
public static SignatureImageFormat[] values()
for (SignatureImageFormat c : SignatureImageFormat.values()) System.out.println(c);
public static SignatureImageFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAcceptType()
Copyright 2022 OneSpan All rights reserved.