public enum PollutantTypeEnum extends Enum<PollutantTypeEnum>
Java class for PollutantTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PollutantTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="benzeneTolueneXylene"/>
<enumeration value="carbonMonoxide"/>
<enumeration value="lead"/>
<enumeration value="methane"/>
<enumeration value="nitricOxide"/>
<enumeration value="nitrogenDioxide"/>
<enumeration value="nitrogenMonoxide"/>
<enumeration value="nitrogenOxides"/>
<enumeration value="nonMethaneHydrocarbons"/>
<enumeration value="ozone"/>
<enumeration value="particulates10"/>
<enumeration value="polycyclicAromaticHydrocarbons"/>
<enumeration value="primaryParticulate"/>
<enumeration value="sulphurDioxide"/>
<enumeration value="totalHydrocarbons"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BENZENE_TOLUENE_XYLENE |
CARBON_MONOXIDE |
LEAD |
METHANE |
NITRIC_OXIDE |
NITROGEN_DIOXIDE |
NITROGEN_MONOXIDE |
NITROGEN_OXIDES |
NON_METHANE_HYDROCARBONS |
OZONE |
PARTICULATES_10 |
POLYCYCLIC_AROMATIC_HYDROCARBONS |
PRIMARY_PARTICULATE |
SULPHUR_DIOXIDE |
TOTAL_HYDROCARBONS |
| Modifier and Type | Method and Description |
|---|---|
static PollutantTypeEnum |
fromValue(String v) |
String |
value() |
static PollutantTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollutantTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PollutantTypeEnum BENZENE_TOLUENE_XYLENE
public static final PollutantTypeEnum CARBON_MONOXIDE
public static final PollutantTypeEnum LEAD
public static final PollutantTypeEnum METHANE
public static final PollutantTypeEnum NITRIC_OXIDE
public static final PollutantTypeEnum NITROGEN_DIOXIDE
public static final PollutantTypeEnum NITROGEN_MONOXIDE
public static final PollutantTypeEnum NITROGEN_OXIDES
public static final PollutantTypeEnum NON_METHANE_HYDROCARBONS
public static final PollutantTypeEnum OZONE
public static final PollutantTypeEnum PARTICULATES_10
public static final PollutantTypeEnum POLYCYCLIC_AROMATIC_HYDROCARBONS
public static final PollutantTypeEnum PRIMARY_PARTICULATE
public static final PollutantTypeEnum SULPHUR_DIOXIDE
public static final PollutantTypeEnum TOTAL_HYDROCARBONS
public static PollutantTypeEnum[] values()
for (PollutantTypeEnum c : PollutantTypeEnum.values()) System.out.println(c);
public static PollutantTypeEnum 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 nullpublic String value()
public static PollutantTypeEnum fromValue(String v)
Copyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.