public static enum KeyManagerInfoDTO.TokenTypeEnum extends Enum<KeyManagerInfoDTO.TokenTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyManagerInfoDTO.TokenTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static KeyManagerInfoDTO.TokenTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static KeyManagerInfoDTO.TokenTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyManagerInfoDTO.TokenTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyManagerInfoDTO.TokenTypeEnum EXCHANGED
public static final KeyManagerInfoDTO.TokenTypeEnum DIRECT
public static final KeyManagerInfoDTO.TokenTypeEnum BOTH
public static KeyManagerInfoDTO.TokenTypeEnum[] values()
for (KeyManagerInfoDTO.TokenTypeEnum c : KeyManagerInfoDTO.TokenTypeEnum.values()) System.out.println(c);
public static KeyManagerInfoDTO.TokenTypeEnum 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 getValue()
public String toString()
toString in class Enum<KeyManagerInfoDTO.TokenTypeEnum>public static KeyManagerInfoDTO.TokenTypeEnum fromValue(String value)
Copyright © 2022 WSO2 Inc. All rights reserved.