com.robestone.hudson.compactcolumns
Enum AbstractStatusesColumn.TimeAgoType

java.lang.Object
  extended by java.lang.Enum<AbstractStatusesColumn.TimeAgoType>
      extended by com.robestone.hudson.compactcolumns.AbstractStatusesColumn.TimeAgoType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AbstractStatusesColumn.TimeAgoType>
Enclosing class:
AbstractStatusesColumn

public static enum AbstractStatusesColumn.TimeAgoType
extends java.lang.Enum<AbstractStatusesColumn.TimeAgoType>


Enum Constant Summary
DIFF
           
PREFER_DATE_TIME
           
PREFER_DATES
           
 
Method Summary
static AbstractStatusesColumn.TimeAgoType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractStatusesColumn.TimeAgoType[] 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

DIFF

public static final AbstractStatusesColumn.TimeAgoType DIFF

PREFER_DATES

public static final AbstractStatusesColumn.TimeAgoType PREFER_DATES

PREFER_DATE_TIME

public static final AbstractStatusesColumn.TimeAgoType PREFER_DATE_TIME
Method Detail

values

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

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

valueOf

public static AbstractStatusesColumn.TimeAgoType 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 © 2011. All Rights Reserved.