public enum PrescriberType extends Enum<PrescriberType> implements Message.Cipher.Key.Owner<Prescription.OnContent>
Message.Cipher.Key.Owner.Simple<V>| Enum Constant and Description |
|---|
DENTIST |
DOCTOR |
HOSPITAL |
MIDWIFE |
NURSE |
PHYSIOTHERAPIST |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Prescription.OnContent processor) |
static PrescriberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrescriberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrescriberType DOCTOR
public static final PrescriberType DENTIST
public static final PrescriberType PHYSIOTHERAPIST
public static final PrescriberType NURSE
public static final PrescriberType MIDWIFE
public static final PrescriberType HOSPITAL
public static PrescriberType[] values()
for (PrescriberType c : PrescriberType.values()) System.out.println(c);
public static PrescriberType 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 void process(Prescription.OnContent processor)
process in interface Message.Cipher.Key.Owner<Prescription.OnContent>Copyright © 2010–2025 Smals. All rights reserved.