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