public static enum IdentityLinkEvent.OperationType extends Enum<IdentityLinkEvent.OperationType>
| Modifier and Type | Method and Description |
|---|---|
static IdentityLinkEvent.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityLinkEvent.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityLinkEvent.OperationType add
public static final IdentityLinkEvent.OperationType delete
public static IdentityLinkEvent.OperationType[] values()
for (IdentityLinkEvent.OperationType c : IdentityLinkEvent.OperationType.values()) System.out.println(c);
public static IdentityLinkEvent.OperationType 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 © 2018–2019 viadee Unternehmensberatung AG. All rights reserved.