public enum ApplResendFlag extends Enum<ApplResendFlag>
| Enum Constant and Description |
|---|
FALSE
False.
|
NO_VALUE
Identifies no value.
|
TRUE
True.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplResendFlag |
forValue(byte value) |
byte |
getValue() |
static ApplResendFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplResendFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplResendFlag NO_VALUE
public static final ApplResendFlag FALSE
public static final ApplResendFlag TRUE
public static ApplResendFlag[] values()
for (ApplResendFlag c : ApplResendFlag.values()) System.out.println(c);
public static ApplResendFlag 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 nullpublic byte getValue()
public static ApplResendFlag forValue(byte value)
Copyright © 2012–2025 Onix Solutions. All rights reserved.