public static enum HmacKey.HmacKeyState extends Enum<HmacKey.HmacKeyState>
Modifier and Type | Method and Description |
---|---|
static HmacKey.HmacKeyState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HmacKey.HmacKeyState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HmacKey.HmacKeyState ACTIVE
public static final HmacKey.HmacKeyState INACTIVE
public static final HmacKey.HmacKeyState DELETED
public static HmacKey.HmacKeyState[] values()
for (HmacKey.HmacKeyState c : HmacKey.HmacKeyState.values()) System.out.println(c);
public static HmacKey.HmacKeyState 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 nullCopyright © 2023 Google LLC. All rights reserved.