public static enum ServiceModel.AppliesToType extends Enum<ServiceModel.AppliesToType>
| Enum Constant and Description |
|---|
ACTIVITY |
FIELD_VISIT |
OBSERVATION |
SAMPLING_LOCATION |
SPECIMEN |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.AppliesToType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.AppliesToType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.AppliesToType SAMPLING_LOCATION
public static final ServiceModel.AppliesToType OBSERVATION
public static final ServiceModel.AppliesToType ACTIVITY
public static final ServiceModel.AppliesToType FIELD_VISIT
public static final ServiceModel.AppliesToType SPECIMEN
public static ServiceModel.AppliesToType[] values()
for (ServiceModel.AppliesToType c : ServiceModel.AppliesToType.values()) System.out.println(c);
public static ServiceModel.AppliesToType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.