public static enum AqdConstants.AssessmentType extends Enum<AqdConstants.AssessmentType>
| Enum Constant and Description |
|---|
Fixed |
Interactive |
Model |
Objective |
| Modifier and Type | Method and Description |
|---|---|
static AqdConstants.AssessmentType |
from(String v) |
static AqdConstants.AssessmentType |
fromConceptURI(String v) |
static AqdConstants.AssessmentType |
fromId(String v) |
String |
getConceptURI() |
String |
getId() |
static AqdConstants.AssessmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AqdConstants.AssessmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AqdConstants.AssessmentType Fixed
public static final AqdConstants.AssessmentType Interactive
public static final AqdConstants.AssessmentType Model
public static final AqdConstants.AssessmentType Objective
public static AqdConstants.AssessmentType[] values()
for (AqdConstants.AssessmentType c : AqdConstants.AssessmentType.values()) System.out.println(c);
public static AqdConstants.AssessmentType 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 getId()
public String getConceptURI()
public static AqdConstants.AssessmentType from(String v)
public static AqdConstants.AssessmentType fromConceptURI(String v)
public static AqdConstants.AssessmentType fromId(String v)
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.