public enum Connector extends Enum<Connector>
| Enum Constant and Description |
|---|
IPAAS |
SFTP |
TRUST_VAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
boolean |
isBlockchain() |
boolean |
isProofEmail() |
static Connector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Connector TRUST_VAULT
public static final Connector SFTP
public static final Connector IPAAS
public static Connector[] values()
for (Connector c : Connector.values()) System.out.println(c);
public static Connector 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 boolean isBlockchain()
public boolean isProofEmail()
public String getValue()
Copyright 2022 OneSpan All rights reserved.