public enum CsvSessionKey extends java.lang.Enum<CsvSessionKey> implements com.clusterra.iam.session.application.SessionStorageKey
| Enum Constant and Description |
|---|
UPLOAD_CSV_SESSION_KEY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
static CsvSessionKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CsvSessionKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CsvSessionKey UPLOAD_CSV_SESSION_KEY
public static CsvSessionKey[] values()
for (CsvSessionKey c : CsvSessionKey.values()) System.out.println(c);
public static CsvSessionKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
getKey in interface com.clusterra.iam.session.application.SessionStorageKey