AcknowledgmentCodepublic enum AckTypeCode extends Enum<AckTypeCode>
| Enum Constant and Description |
|---|
AA
Deprecated.
|
AE
Deprecated.
|
AR
Deprecated.
|
CA
Deprecated.
|
CE
Deprecated.
|
CR
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AckTypeCode |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AckTypeCode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AckTypeCode AA
public static final AckTypeCode AR
public static final AckTypeCode AE
public static final AckTypeCode CA
public static final AckTypeCode CR
public static final AckTypeCode CE
public static AckTypeCode[] values()
for (AckTypeCode c : AckTypeCode.values()) System.out.println(c);
public static AckTypeCode 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 © 2016 Open eHealth Foundation. All rights reserved.