public static enum MoveFunctionArgType.PureFunctionMoveFunctionArgType extends java.lang.Enum<MoveFunctionArgType.PureFunctionMoveFunctionArgType> implements MoveFunctionArgType
MoveFunctionArgType.ObjectValueKindMoveFunctionArgType, MoveFunctionArgType.PureFunctionMoveFunctionArgType| Enum Constant and Description |
|---|
Pure
Pure pure function move function arg type.
|
| Modifier and Type | Method and Description |
|---|---|
static MoveFunctionArgType.PureFunctionMoveFunctionArgType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoveFunctionArgType.PureFunctionMoveFunctionArgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoveFunctionArgType.PureFunctionMoveFunctionArgType Pure
public static MoveFunctionArgType.PureFunctionMoveFunctionArgType[] values()
for (MoveFunctionArgType.PureFunctionMoveFunctionArgType c : MoveFunctionArgType.PureFunctionMoveFunctionArgType.values()) System.out.println(c);
public static MoveFunctionArgType.PureFunctionMoveFunctionArgType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null