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