public enum SignedData_Status extends java.lang.Enum<SignedData_Status>
| Enum Constant and Description |
|---|
ALL_VALID |
NOT_ALL_VALID |
| Modifier and Type | Method and Description |
|---|---|
static SignedData_Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignedData_Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignedData_Status ALL_VALID
public static final SignedData_Status NOT_ALL_VALID
public static SignedData_Status[] values()
for (SignedData_Status c : SignedData_Status.values()) System.out.println(c);
public static SignedData_Status 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 nullCopyright © 2025. All rights reserved.