public static enum ServiceModel.ActivityType extends Enum<ServiceModel.ActivityType>
| Enum Constant and Description |
|---|
BLANK |
FIELD_SURVEY |
INDEX_CALCULATION |
NONE |
OTHER_QC |
REPLICATE |
SAMPLE_INTEGRATED_VERTICAL_PROFILE |
SAMPLE_ROUTINE |
SPIKE |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.ActivityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.ActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.ActivityType SAMPLE_INTEGRATED_VERTICAL_PROFILE
public static final ServiceModel.ActivityType SAMPLE_ROUTINE
public static final ServiceModel.ActivityType REPLICATE
public static final ServiceModel.ActivityType BLANK
public static final ServiceModel.ActivityType SPIKE
public static final ServiceModel.ActivityType OTHER_QC
public static final ServiceModel.ActivityType FIELD_SURVEY
public static final ServiceModel.ActivityType INDEX_CALCULATION
public static final ServiceModel.ActivityType NONE
public static ServiceModel.ActivityType[] values()
for (ServiceModel.ActivityType c : ServiceModel.ActivityType.values()) System.out.println(c);
public static ServiceModel.ActivityType 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.