public enum EnumCM_RefractiveSurgeryTypes extends java.lang.Enum<EnumCM_RefractiveSurgeryTypes>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_RefractiveSurgeryTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_RefractiveSurgeryTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_RefractiveSurgeryTypes RK
public static final EnumCM_RefractiveSurgeryTypes PRK
public static final EnumCM_RefractiveSurgeryTypes LASIK
public static final EnumCM_RefractiveSurgeryTypes LASEK
public static EnumCM_RefractiveSurgeryTypes[] values()
for (EnumCM_RefractiveSurgeryTypes c : EnumCM_RefractiveSurgeryTypes.values()) System.out.println(c);
public static EnumCM_RefractiveSurgeryTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()