public enum EnumCM_OphthalmicMeasurementOrCalculationDataSource extends java.lang.Enum<EnumCM_OphthalmicMeasurementOrCalculationDataSource>
| Enum Constant and Description |
|---|
AXIAL_MEASUREMENTS_SOP_INSTANCE |
EXTERNAL_DATA_SOURCE |
MANUAL_ENTRY |
MEASUREMENT_FROM_THIS_DEVICE |
REFRACTIVE_MEASUREMENTS_SOP_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OphthalmicMeasurementOrCalculationDataSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OphthalmicMeasurementOrCalculationDataSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OphthalmicMeasurementOrCalculationDataSource MEASUREMENT_FROM_THIS_DEVICE
public static final EnumCM_OphthalmicMeasurementOrCalculationDataSource MANUAL_ENTRY
public static final EnumCM_OphthalmicMeasurementOrCalculationDataSource EXTERNAL_DATA_SOURCE
public static final EnumCM_OphthalmicMeasurementOrCalculationDataSource AXIAL_MEASUREMENTS_SOP_INSTANCE
public static final EnumCM_OphthalmicMeasurementOrCalculationDataSource REFRACTIVE_MEASUREMENTS_SOP_INSTANCE
public static EnumCM_OphthalmicMeasurementOrCalculationDataSource[] values()
for (EnumCM_OphthalmicMeasurementOrCalculationDataSource c : EnumCM_OphthalmicMeasurementOrCalculationDataSource.values()) System.out.println(c);
public static EnumCM_OphthalmicMeasurementOrCalculationDataSource 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()