public static enum Abi.Entry.Type extends Enum<Abi.Entry.Type>
| Enum Constant and Description |
|---|
constructor |
event |
fallback |
function |
| Modifier and Type | Method and Description |
|---|---|
static Abi.Entry.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Abi.Entry.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Abi.Entry.Type constructor
public static final Abi.Entry.Type function
public static final Abi.Entry.Type event
public static final Abi.Entry.Type fallback
public static Abi.Entry.Type[] values()
for (Abi.Entry.Type c : Abi.Entry.Type.values()) System.out.println(c);
public static Abi.Entry.Type 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 © 2022 IoTeX Group. All rights reserved.