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