public static enum DotnetEvent.EventDirective extends Enum<DotnetEvent.EventDirective>
| Modifier and Type | Method and Description |
|---|---|
static DotnetEvent.EventDirective |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotnetEvent.EventDirective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotnetEvent.EventDirective ADD
public static final DotnetEvent.EventDirective REMOVE
public static final DotnetEvent.EventDirective INVOKE
public static DotnetEvent.EventDirective[] values()
for (DotnetEvent.EventDirective c : DotnetEvent.EventDirective.values()) System.out.println(c);
public static DotnetEvent.EventDirective 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 © 2024 Soot OSS. All rights reserved.