public static enum Constants.MessageType extends java.lang.Enum<Constants.MessageType>
| Enum Constant and Description |
|---|
ClaimSubmission |
NetworkMembership |
None |
PCPTreatmentRecommendation |
PCPTreatmentRequest |
SpecialistTreatmentRecommendation |
SpecialistTreatmentRequest |
| Modifier and Type | Method and Description |
|---|---|
static Constants.MessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.MessageType PCPTreatmentRequest
public static final Constants.MessageType SpecialistTreatmentRequest
public static final Constants.MessageType PCPTreatmentRecommendation
public static final Constants.MessageType SpecialistTreatmentRecommendation
public static final Constants.MessageType ClaimSubmission
public static final Constants.MessageType NetworkMembership
public static final Constants.MessageType None
public static Constants.MessageType[] values()
for (Constants.MessageType c : Constants.MessageType.values()) System.out.println(c);
public static Constants.MessageType 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 null