Uses of Class
org.n52.shetland.aqd.AqdConstants.AssessmentType
-
Packages that use AqdConstants.AssessmentType Package Description org.n52.shetland.aqd -
-
Uses of AqdConstants.AssessmentType in org.n52.shetland.aqd
Methods in org.n52.shetland.aqd that return AqdConstants.AssessmentType Modifier and Type Method Description static AqdConstants.AssessmentTypeAqdConstants.AssessmentType. from(String v)static AqdConstants.AssessmentTypeAqdConstants.AssessmentType. fromConceptURI(String v)static AqdConstants.AssessmentTypeAqdConstants.AssessmentType. fromId(String v)AqdConstants.AssessmentTypeAqdSamplingPoint. getAssessmentType()static AqdConstants.AssessmentTypeAqdConstants.AssessmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AqdConstants.AssessmentType[]AqdConstants.AssessmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.aqd with parameters of type AqdConstants.AssessmentType Modifier and Type Method Description voidAqdSamplingPoint. setAssessmentType(AqdConstants.AssessmentType assessmentType)
-