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