public static enum SProcCall.Validate extends Enum<SProcCall.Validate>
| Enum Constant and Description |
|---|
AS_DEFINED_IN_SERVICE |
NO |
YES |
| Modifier and Type | Method and Description |
|---|---|
static SProcCall.Validate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SProcCall.Validate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SProcCall.Validate AS_DEFINED_IN_SERVICE
public static final SProcCall.Validate YES
public static final SProcCall.Validate NO
public static SProcCall.Validate[] values()
for (SProcCall.Validate c : SProcCall.Validate.values()) System.out.println(c);
public static SProcCall.Validate 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 nullCopyright © 2012–2021 Zalando SE. All rights reserved.