public static enum IdentityStoreBlock.IdentityType extends Enum<IdentityStoreBlock.IdentityType>
Enum Constant and Description |
---|
NODE_IDENTITY |
OWNED_IDENTITY |
RECIPIENT_IDENTITY |
Modifier and Type | Method and Description |
---|---|
static IdentityStoreBlock.IdentityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityStoreBlock.IdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityStoreBlock.IdentityType OWNED_IDENTITY
public static final IdentityStoreBlock.IdentityType NODE_IDENTITY
public static final IdentityStoreBlock.IdentityType RECIPIENT_IDENTITY
public static IdentityStoreBlock.IdentityType[] values()
for (IdentityStoreBlock.IdentityType c : IdentityStoreBlock.IdentityType.values()) System.out.println(c);
public static IdentityStoreBlock.IdentityType 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. All rights reserved.