public enum ImportType extends Enum<ImportType>
Java class for importType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="importType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="verrijking"/>
<enumeration value="fragmenten"/>
<enumeration value="historisch"/>
<enumeration value="webonly"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FRAGMENTEN |
HISTORISCH |
VERRIJKING |
WEBONLY |
| Modifier and Type | Method and Description |
|---|---|
static ImportType |
fromValue(String v) |
String |
value() |
static ImportType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportType VERRIJKING
public static final ImportType FRAGMENTEN
public static final ImportType HISTORISCH
public static final ImportType WEBONLY
public static ImportType[] values()
for (ImportType c : ImportType.values()) System.out.println(c);
public static ImportType 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 ImportType fromValue(String v)
Copyright © 2022 NPO. All rights reserved.