public static enum ICredentialGeneric.KEY extends java.lang.Enum<ICredentialGeneric.KEY>
Enum Constant and Description |
---|
GCS_PRIVATE_KEY_LOC |
GCS_SERVICE_ID |
PGP_PASSWORD |
PGP_PUBLIC_KEY_LOC |
Modifier and Type | Method and Description |
---|---|
static ICredentialGeneric.KEY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICredentialGeneric.KEY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICredentialGeneric.KEY PGP_PUBLIC_KEY_LOC
public static final ICredentialGeneric.KEY PGP_PASSWORD
public static final ICredentialGeneric.KEY GCS_SERVICE_ID
public static final ICredentialGeneric.KEY GCS_PRIVATE_KEY_LOC
public static ICredentialGeneric.KEY[] values()
for (ICredentialGeneric.KEY c : ICredentialGeneric.KEY.values()) System.out.println(c);
public static ICredentialGeneric.KEY 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 null