public static enum SchematronWriter.SchematronType extends Enum<SchematronWriter.SchematronType>
| Enum Constant and Description |
|---|
ALL_RESOURCES |
PROFILE |
RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static SchematronWriter.SchematronType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchematronWriter.SchematronType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchematronWriter.SchematronType ALL_RESOURCES
public static final SchematronWriter.SchematronType RESOURCE
public static final SchematronWriter.SchematronType PROFILE
public static SchematronWriter.SchematronType[] values()
for (SchematronWriter.SchematronType c : SchematronWriter.SchematronType.values()) System.out.println(c);
public static SchematronWriter.SchematronType 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 nullCopyright © 2014–2019 University Health Network. All rights reserved.