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