public static enum FLDCallResult.FLD_STATUSCODE extends Enum<FLDCallResult.FLD_STATUSCODE>
| Enum Constant and Description |
|---|
A
Invalid operation
|
b
Successful
|
B
Operand length invalid
|
C
Invalid call-program tried to change key field
|
D
Verify check was unsuccessful
|
E
Packed decimal or hexadecimal field is invalid
|
F
Program tried to change an unowned segment
|
G
Arithmetic overflow
|
H
Field not found in segment
|
| Modifier and Type | Method and Description |
|---|---|
static FLDCallResult.FLD_STATUSCODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FLDCallResult.FLD_STATUSCODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FLDCallResult.FLD_STATUSCODE b
public static final FLDCallResult.FLD_STATUSCODE A
public static final FLDCallResult.FLD_STATUSCODE B
public static final FLDCallResult.FLD_STATUSCODE C
public static final FLDCallResult.FLD_STATUSCODE D
public static final FLDCallResult.FLD_STATUSCODE E
public static final FLDCallResult.FLD_STATUSCODE F
public static final FLDCallResult.FLD_STATUSCODE G
public static final FLDCallResult.FLD_STATUSCODE H
public static FLDCallResult.FLD_STATUSCODE[] values()
for (FLDCallResult.FLD_STATUSCODE c : FLDCallResult.FLD_STATUSCODE.values()) System.out.println(c);
public static FLDCallResult.FLD_STATUSCODE 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(c) Copyright IBM Corporation 2008, 2017.