public enum PrescriberInstructionCommunicationMediumEnum extends Enum<PrescriberInstructionCommunicationMediumEnum>
| Enum Constant and Description |
|---|
EMAIL |
FACE_TO_FACE |
FAX |
PHONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescriptor() |
static PrescriberInstructionCommunicationMediumEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrescriberInstructionCommunicationMediumEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrescriberInstructionCommunicationMediumEnum PHONE
public static final PrescriberInstructionCommunicationMediumEnum FAX
public static final PrescriberInstructionCommunicationMediumEnum EMAIL
public static final PrescriberInstructionCommunicationMediumEnum FACE_TO_FACE
public static PrescriberInstructionCommunicationMediumEnum[] values()
for (PrescriberInstructionCommunicationMediumEnum c : PrescriberInstructionCommunicationMediumEnum.values()) System.out.println(c);
public static PrescriberInstructionCommunicationMediumEnum 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 getCode()
public String getDescriptor()
Copyright © 2021. All rights reserved.