public static enum OdontiorDbManager.Subcases extends java.lang.Enum<OdontiorDbManager.Subcases>
Enum Constant and Description |
---|
InterventionUniqueness |
PatientLocUniqueness |
PractitionerLocUniqueness |
TimeSlotCoverage |
Modifier and Type | Method and Description |
---|---|
static OdontiorDbManager.Subcases |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdontiorDbManager.Subcases[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdontiorDbManager.Subcases InterventionUniqueness
public static final OdontiorDbManager.Subcases TimeSlotCoverage
public static final OdontiorDbManager.Subcases PatientLocUniqueness
public static final OdontiorDbManager.Subcases PractitionerLocUniqueness
public static OdontiorDbManager.Subcases[] values()
for (OdontiorDbManager.Subcases c : OdontiorDbManager.Subcases.values()) System.out.println(c);
public static OdontiorDbManager.Subcases 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