public enum VisionOtherPrescribers extends Enum<VisionOtherPrescribers>
| Enum Constant and Description |
|---|
GMD_PRESCRIBER |
LOCKED |
OPEN |
| Modifier and Type | Method and Description |
|---|---|
static VisionOtherPrescribers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisionOtherPrescribers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisionOtherPrescribers OPEN
public static final VisionOtherPrescribers LOCKED
public static final VisionOtherPrescribers GMD_PRESCRIBER
public static VisionOtherPrescribers[] values()
for (VisionOtherPrescribers c : VisionOtherPrescribers.values()) System.out.println(c);
public static VisionOtherPrescribers 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 © 2010–2025 Smals. All rights reserved.