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