Package org.n52.shetland.aqd
Enum AqdConstants.ProcessParameter
- java.lang.Object
-
- java.lang.Enum<AqdConstants.ProcessParameter>
-
- org.n52.shetland.aqd.AqdConstants.ProcessParameter
-
- All Implemented Interfaces:
Serializable,Comparable<AqdConstants.ProcessParameter>
- Enclosing interface:
- AqdConstants
public static enum AqdConstants.ProcessParameter extends Enum<AqdConstants.ProcessParameter>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AqdConstants.ProcessParameterfrom(String v)static AqdConstants.ProcessParameterfromOrUnknown(String v)StringgetConceptURI()StringgetId()static AqdConstants.ProcessParametervalueOf(String name)Returns the enum constant of this type with the specified name.static AqdConstants.ProcessParameter[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AssessmentType
public static final AqdConstants.ProcessParameter AssessmentType
-
CalibrationSamplingPointsOther
public static final AqdConstants.ProcessParameter CalibrationSamplingPointsOther
-
CalibrationSamplingPoints
public static final AqdConstants.ProcessParameter CalibrationSamplingPoints
-
EnvironmentalObjective
public static final AqdConstants.ProcessParameter EnvironmentalObjective
-
Model
public static final AqdConstants.ProcessParameter Model
-
ObjectiveEstimation
public static final AqdConstants.ProcessParameter ObjectiveEstimation
-
PrimaryObservationTime
public static final AqdConstants.ProcessParameter PrimaryObservationTime
-
SamplingPoint
public static final AqdConstants.ProcessParameter SamplingPoint
-
MonitoringStation
public static final AqdConstants.ProcessParameter MonitoringStation
-
Network
public static final AqdConstants.ProcessParameter Network
-
VerificationSamplingPoints
public static final AqdConstants.ProcessParameter VerificationSamplingPoints
-
VerificationSamplingPointsOther
public static final AqdConstants.ProcessParameter VerificationSamplingPointsOther
-
Unknown
public static final AqdConstants.ProcessParameter Unknown
-
-
Method Detail
-
values
public static AqdConstants.ProcessParameter[] 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 (AqdConstants.ProcessParameter c : AqdConstants.ProcessParameter.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AqdConstants.ProcessParameter 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()
-
getConceptURI
public String getConceptURI()
-
from
public static AqdConstants.ProcessParameter from(String v)
-
fromOrUnknown
public static AqdConstants.ProcessParameter fromOrUnknown(String v)
-
-