Package org.n52.shetland.aqd
Enum AqdUomRepository.UomConcentration
- java.lang.Object
-
- java.lang.Enum<AqdUomRepository.UomConcentration>
-
- org.n52.shetland.aqd.AqdUomRepository.UomConcentration
-
- All Implemented Interfaces:
Serializable,Comparable<AqdUomRepository.UomConcentration>,AqdUomRepository.Uom
- Enclosing class:
- AqdUomRepository
public static enum AqdUomRepository.UomConcentration extends Enum<AqdUomRepository.UomConcentration> implements AqdUomRepository.Uom
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MicrogramsCubicMetreMicrogramsCubicMetreDayMicrogramsCubicMetreHourMicrogramsSquareMetreDayMilligramsCubicMetreNanogramsCubicMetreNanogramsSquareMetreDayPircogramsCubicMetre
-
Field Summary
-
Fields inherited from interface org.n52.shetland.aqd.AqdUomRepository.Uom
BASE_UNIT
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AqdUomRepository.UomConcentrationfrom(String v)StringgetConceptURI()StringgetId()StringgetNotation()static AqdUomRepository.UomConcentrationvalueOf(String name)Returns the enum constant of this type with the specified name.static AqdUomRepository.UomConcentration[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MilligramsCubicMetre
public static final AqdUomRepository.UomConcentration MilligramsCubicMetre
-
NanogramsSquareMetreDay
public static final AqdUomRepository.UomConcentration NanogramsSquareMetreDay
-
NanogramsCubicMetre
public static final AqdUomRepository.UomConcentration NanogramsCubicMetre
-
PircogramsCubicMetre
public static final AqdUomRepository.UomConcentration PircogramsCubicMetre
-
MicrogramsSquareMetreDay
public static final AqdUomRepository.UomConcentration MicrogramsSquareMetreDay
-
MicrogramsCubicMetre
public static final AqdUomRepository.UomConcentration MicrogramsCubicMetre
-
MicrogramsCubicMetreDay
public static final AqdUomRepository.UomConcentration MicrogramsCubicMetreDay
-
MicrogramsCubicMetreHour
public static final AqdUomRepository.UomConcentration MicrogramsCubicMetreHour
-
-
Method Detail
-
values
public static AqdUomRepository.UomConcentration[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AqdUomRepository.UomConcentration c : AqdUomRepository.UomConcentration.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AqdUomRepository.UomConcentration valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getId
public String getId()
- Specified by:
getIdin interfaceAqdUomRepository.Uom
-
getNotation
public String getNotation()
- Specified by:
getNotationin interfaceAqdUomRepository.Uom
-
getConceptURI
public String getConceptURI()
- Specified by:
getConceptURIin interfaceAqdUomRepository.Uom
-
from
public static AqdUomRepository.UomConcentration from(String v)
-
-