public static enum CaConfig.CaSetEnum extends Enum<CaConfig.CaSetEnum>
Enum Constant and Description |
---|
ROOTS |
Modifier and Type | Method and Description |
---|---|
static CaConfig.CaSetEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CaConfig.CaSetEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaConfig.CaSetEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaConfig.CaSetEnum ROOTS
public static CaConfig.CaSetEnum[] values()
for (CaConfig.CaSetEnum c : CaConfig.CaSetEnum.values()) System.out.println(c);
public static CaConfig.CaSetEnum 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<CaConfig.CaSetEnum>
public static CaConfig.CaSetEnum fromValue(String text)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved