org.efaps.ui.wicket.models.objects
Enum UIStructurBrowser.ExecutionStatus

java.lang.Object
  extended by java.lang.Enum<UIStructurBrowser.ExecutionStatus>
      extended by org.efaps.ui.wicket.models.objects.UIStructurBrowser.ExecutionStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UIStructurBrowser.ExecutionStatus>
Enclosing class:
UIStructurBrowser

public static enum UIStructurBrowser.ExecutionStatus
extends java.lang.Enum<UIStructurBrowser.ExecutionStatus>

Enum is used to set for this UIStructurBrowser which status of execution it is in.


Enum Constant Summary
ADDCHILDREN
          Method addChildren is executed.
CHECKFORCHILDREN
          Method checkForChildren is executed.
EXECUTE
          Method execute is executed.
SORT
          Method sort is executed.
 
Method Summary
static UIStructurBrowser.ExecutionStatus valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UIStructurBrowser.ExecutionStatus[] 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

ADDCHILDREN

public static final UIStructurBrowser.ExecutionStatus ADDCHILDREN
Method addChildren is executed.


CHECKFORCHILDREN

public static final UIStructurBrowser.ExecutionStatus CHECKFORCHILDREN
Method checkForChildren is executed.


EXECUTE

public static final UIStructurBrowser.ExecutionStatus EXECUTE
Method execute is executed.


SORT

public static final UIStructurBrowser.ExecutionStatus SORT
Method sort is executed.

Method Detail

values

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

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

valueOf

public static UIStructurBrowser.ExecutionStatus 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


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.