public enum XActRelationshipPertinentInfo extends java.lang.Enum<XActRelationshipPertinentInfo>
Java class for x_ActRelationshipPertinentInfo.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="x_ActRelationshipPertinentInfo">
<restriction base="{urn:hl7-org:v3}cs">
<enumeration value="SPRT"/>
<enumeration value="CAUS"/>
<enumeration value="MFST"/>
<enumeration value="REFR"/>
<enumeration value="SUBJ"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static XActRelationshipPertinentInfo |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static XActRelationshipPertinentInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XActRelationshipPertinentInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XActRelationshipPertinentInfo SPRT
public static final XActRelationshipPertinentInfo CAUS
public static final XActRelationshipPertinentInfo MFST
public static final XActRelationshipPertinentInfo REFR
public static final XActRelationshipPertinentInfo SUBJ
public static XActRelationshipPertinentInfo[] values()
for (XActRelationshipPertinentInfo c : XActRelationshipPertinentInfo.values()) System.out.println(c);
public static XActRelationshipPertinentInfo 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 value()
public static XActRelationshipPertinentInfo fromValue(java.lang.String v)