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