public enum QCryptoTLSCredsEndpoint extends Enum<QCryptoTLSCredsEndpoint>
QApiEnumDescriptor{name=QCryptoTLSCredsEndpoint, data=[client, server], fields=null}
Modifier and Type | Method and Description |
---|---|
String |
getJsonValue() |
static QCryptoTLSCredsEndpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QCryptoTLSCredsEndpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QCryptoTLSCredsEndpoint client
public static final QCryptoTLSCredsEndpoint server
public static final QCryptoTLSCredsEndpoint __UNKNOWN
public static QCryptoTLSCredsEndpoint[] values()
for (QCryptoTLSCredsEndpoint c : QCryptoTLSCredsEndpoint.values()) System.out.println(c);
public static QCryptoTLSCredsEndpoint 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 getJsonValue()