public static enum BuilderToken.UPDATEACTIONARGS extends Enum<BuilderToken.UPDATEACTIONARGS>
| Enum Constant and Description |
|---|
EACH
Update argument
|
| Modifier and Type | Method and Description |
|---|---|
String |
exactToken() |
static BuilderToken.UPDATEACTIONARGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuilderToken.UPDATEACTIONARGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuilderToken.UPDATEACTIONARGS EACH
public static BuilderToken.UPDATEACTIONARGS[] values()
for (BuilderToken.UPDATEACTIONARGS c : BuilderToken.UPDATEACTIONARGS.values()) System.out.println(c);
public static BuilderToken.UPDATEACTIONARGS 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 nullpublic final String exactToken()
Copyright © 2018 Vitam. All rights reserved.