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