public enum AcknowledgmentCode extends Enum<AcknowledgmentCode>
Modifier and Type | Method and Description |
---|---|
static String |
codeTable() |
String |
getMessage() |
static AcknowledgmentCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcknowledgmentCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AcknowledgmentCode AA
public static final AcknowledgmentCode AE
public static final AcknowledgmentCode AR
public static final AcknowledgmentCode CA
public static final AcknowledgmentCode CE
public static final AcknowledgmentCode CR
public static AcknowledgmentCode[] values()
for (AcknowledgmentCode c : AcknowledgmentCode.values()) System.out.println(c);
public static AcknowledgmentCode 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 String getMessage()
Copyright © 2001–2017 University Health Network. All rights reserved.