public static enum Form.SignVersion extends java.lang.Enum<Form.SignVersion>
| Modifier and Type | Method and Description |
|---|---|
static Form.SignVersion |
fromString(java.lang.String value) |
java.lang.String |
getValue() |
static Form.SignVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Form.SignVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Form.SignVersion VERSION_1
public static final Form.SignVersion VERSION_2
public static Form.SignVersion[] values()
for (Form.SignVersion c : Form.SignVersion.values()) System.out.println(c);
public static Form.SignVersion 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 nullpublic java.lang.String getValue()
public static Form.SignVersion fromString(java.lang.String value)
Copyright © 2019. All rights reserved.