public static enum ServiceModel.MediumType extends Enum<ServiceModel.MediumType>
| Enum Constant and Description |
|---|
AIR |
BIOLOGICAL |
GROUNDWATER |
HABITAT |
OTHER |
RAINWATER |
SEDIMENT |
SOIL |
SURFACE_WATER |
TISSUE |
WASTE_WATER |
WATER |
| Modifier and Type | Method and Description |
|---|---|
static ServiceModel.MediumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceModel.MediumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceModel.MediumType WATER
public static final ServiceModel.MediumType SOIL
public static final ServiceModel.MediumType AIR
public static final ServiceModel.MediumType BIOLOGICAL
public static final ServiceModel.MediumType HABITAT
public static final ServiceModel.MediumType SEDIMENT
public static final ServiceModel.MediumType TISSUE
public static final ServiceModel.MediumType OTHER
public static final ServiceModel.MediumType GROUNDWATER
public static final ServiceModel.MediumType RAINWATER
public static final ServiceModel.MediumType SURFACE_WATER
public static final ServiceModel.MediumType WASTE_WATER
public static ServiceModel.MediumType[] values()
for (ServiceModel.MediumType c : ServiceModel.MediumType.values()) System.out.println(c);
public static ServiceModel.MediumType 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.