com.atlassian.confluence.it.export
Enum Exporter.ContentOption

java.lang.Object
  extended by java.lang.Enum<Exporter.ContentOption>
      extended by com.atlassian.confluence.it.export.Exporter.ContentOption
All Implemented Interfaces:
Exporter.ExporterFormOption, Serializable, Comparable<Exporter.ContentOption>
Enclosing class:
Exporter

public static enum Exporter.ContentOption
extends Enum<Exporter.ContentOption>
implements Exporter.ExporterFormOption


Enum Constant Summary
ALL
           
DEFAULT
           
VISIBLE
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALL

public static final Exporter.ContentOption ALL

VISIBLE

public static final Exporter.ContentOption VISIBLE

DEFAULT

public static final Exporter.ContentOption DEFAULT
Method Detail

values

public static Exporter.ContentOption[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Exporter.ContentOption c : Exporter.ContentOption.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Exporter.ContentOption valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

setOption

public void setOption(net.sourceforge.jwebunit.junit.WebTester webTester)
Specified by:
setOption in interface Exporter.ExporterFormOption


Copyright © 2003-2012 Atlassian. All Rights Reserved.