org.nuiton.util
Enum SimplePaginationEnum

java.lang.Object
  extended by java.lang.Enum<SimplePaginationEnum>
      extended by org.nuiton.util.SimplePaginationEnum
All Implemented Interfaces:
Serializable, Comparable<SimplePaginationEnum>

Deprecated. since 1.1.0, too static! (only used in simexplorer)

@Deprecated
public enum SimplePaginationEnum
extends Enum<SimplePaginationEnum>

Une enumration pour definir les tailles de liste

Author:
chemit

Enum Constant Summary
_10
          Deprecated.  
_100
          Deprecated.  
_20
          Deprecated.  
_5
          Deprecated.  
_50
          Deprecated.  
 
Method Summary
 int intValue()
          Deprecated.  
 String toString()
          Deprecated.  
static SimplePaginationEnum valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static SimplePaginationEnum[] values()
          Deprecated. 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

_5

public static final SimplePaginationEnum _5
Deprecated. 

_10

public static final SimplePaginationEnum _10
Deprecated. 

_20

public static final SimplePaginationEnum _20
Deprecated. 

_50

public static final SimplePaginationEnum _50
Deprecated. 

_100

public static final SimplePaginationEnum _100
Deprecated. 
Method Detail

values

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

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

valueOf

public static SimplePaginationEnum valueOf(String name)
Deprecated. 
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

toString

public String toString()
Deprecated. 
Overrides:
toString in class Enum<SimplePaginationEnum>

intValue

public int intValue()
Deprecated. 


Copyright © 2004-2009 CodeLutin. All Rights Reserved.