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