public static enum RngValidationHelper.RNG extends Enum<RngValidationHelper.RNG>
| Enum Constant and Description |
|---|
DICTIONARIES_RNG |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getPathInJar() |
static RngValidationHelper.RNG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RngValidationHelper.RNG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RngValidationHelper.RNG DICTIONARIES_RNG
public static RngValidationHelper.RNG[] values()
for (RngValidationHelper.RNG c : RngValidationHelper.RNG.values()) System.out.println(c);
public static RngValidationHelper.RNG 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.