public static enum Exporter.ContentOption extends Enum<Exporter.ContentOption> implements Exporter.ExporterFormOption
Modifier and Type | Method and Description |
---|---|
void |
setOption(net.sourceforge.jwebunit.junit.WebTester webTester) |
static Exporter.ContentOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.ContentOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Exporter.ContentOption ALL
public static final Exporter.ContentOption VISIBLE
public static final Exporter.ContentOption DEFAULT
public static Exporter.ContentOption[] values()
for (Exporter.ContentOption c : Exporter.ContentOption.values()) System.out.println(c);
public static Exporter.ContentOption 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 void setOption(net.sourceforge.jwebunit.junit.WebTester webTester)
setOption
in interface Exporter.ExporterFormOption
Copyright © 2003–2018 Atlassian. All rights reserved.