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