com.atlassian.confluence.it.setup
Enum SetupWizard.SetupType

java.lang.Object
  extended by java.lang.Enum<SetupWizard.SetupType>
      extended by com.atlassian.confluence.it.setup.SetupWizard.SetupType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SetupWizard.SetupType>
Enclosing class:
SetupWizard

public static enum SetupWizard.SetupType
extends java.lang.Enum<SetupWizard.SetupType>


Enum Constant Summary
CLUSTER_JOIN
           
CLUSTER_SETUP
           
CUSTOM_SETUP
           
STANDARD
           
STANDARD_FAILURE
           
 
Method Summary
 java.lang.String getTestValue()
           
static SetupWizard.SetupType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SetupWizard.SetupType[] 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

STANDARD

public static final SetupWizard.SetupType STANDARD

CUSTOM_SETUP

public static final SetupWizard.SetupType CUSTOM_SETUP

CLUSTER_SETUP

public static final SetupWizard.SetupType CLUSTER_SETUP

CLUSTER_JOIN

public static final SetupWizard.SetupType CLUSTER_JOIN

STANDARD_FAILURE

public static final SetupWizard.SetupType STANDARD_FAILURE
Method Detail

values

public static SetupWizard.SetupType[] 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 (SetupWizard.SetupType c : SetupWizard.SetupType.values())
    System.out.println(c);

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

valueOf

public static SetupWizard.SetupType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTestValue

public java.lang.String getTestValue()


Copyright © 2003-2014 Atlassian. All Rights Reserved.