org.apertereports.components
Enum ReportOrderBrowserComponent.Columns

java.lang.Object
  extended by java.lang.Enum<ReportOrderBrowserComponent.Columns>
      extended by org.apertereports.components.ReportOrderBrowserComponent.Columns
All Implemented Interfaces:
Serializable, Comparable<ReportOrderBrowserComponent.Columns>
Enclosing class:
ReportOrderBrowserComponent

public static enum ReportOrderBrowserComponent.Columns
extends Enum<ReportOrderBrowserComponent.Columns>

Table columns.


Enum Constant Summary
ACTION
           
CREATE_DATE
           
DETAILS
           
REPORT_NAME
           
REPORT_ORDER
           
RESULT
           
 
Method Summary
static ReportOrderBrowserComponent.Columns valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportOrderBrowserComponent.Columns[] 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

REPORT_NAME

public static final ReportOrderBrowserComponent.Columns REPORT_NAME

CREATE_DATE

public static final ReportOrderBrowserComponent.Columns CREATE_DATE

DETAILS

public static final ReportOrderBrowserComponent.Columns DETAILS

RESULT

public static final ReportOrderBrowserComponent.Columns RESULT

ACTION

public static final ReportOrderBrowserComponent.Columns ACTION

REPORT_ORDER

public static final ReportOrderBrowserComponent.Columns REPORT_ORDER
Method Detail

values

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

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

valueOf

public static ReportOrderBrowserComponent.Columns 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


Copyright © 2011-2012. All Rights Reserved.