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