public enum TemplateSignerRoleField extends Enum<TemplateSignerRoleField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateSignerRoleField.TemplateSignerRoleFieldDeserializer |
static class |
TemplateSignerRoleField.TemplateSignerRoleFieldSerializer |
| Enum Constant and Description |
|---|
APPROVER |
FINAL_COPY_READER |
SIGNER |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static TemplateSignerRoleField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateSignerRoleField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemplateSignerRoleField SIGNER
public static final TemplateSignerRoleField APPROVER
public static final TemplateSignerRoleField FINAL_COPY_READER
public static TemplateSignerRoleField[] values()
for (TemplateSignerRoleField c : TemplateSignerRoleField.values()) System.out.println(c);
public static TemplateSignerRoleField 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 null