public static enum ValidationHelper.XSD extends Enum<ValidationHelper.XSD>
| Enum Constant and Description |
|---|
DCR_XSD |
DICTIONARIES_XSD |
XML_XSD |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getPathInJar() |
static ValidationHelper.XSD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationHelper.XSD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationHelper.XSD DCR_XSD
public static final ValidationHelper.XSD XML_XSD
public static final ValidationHelper.XSD DICTIONARIES_XSD
public static ValidationHelper.XSD[] values()
for (ValidationHelper.XSD c : ValidationHelper.XSD.values()) System.out.println(c);
public static ValidationHelper.XSD 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 getPathInJar()
public String getContent() throws IOException
IOExceptionCopyright © 2020 Fryske Akademy. All rights reserved.