com.atlassian.confluence.it.global
Enum SiteSearch.DateRestriction

java.lang.Object
  extended by java.lang.Enum<SiteSearch.DateRestriction>
      extended by com.atlassian.confluence.it.global.SiteSearch.DateRestriction
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SiteSearch.DateRestriction>
Enclosing class:
SiteSearch

public static enum SiteSearch.DateRestriction
extends java.lang.Enum<SiteSearch.DateRestriction>


Enum Constant Summary
LASTDAY
           
LASTMONTH
           
LASTSIXMONTHS
           
LASTTWOWEEKS
           
LASTTWOYEARS
           
LASTWEEK
           
LASTYEAR
           
 
Method Summary
static SiteSearch.DateRestriction valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SiteSearch.DateRestriction[] 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

LASTDAY

public static final SiteSearch.DateRestriction LASTDAY

LASTTWOWEEKS

public static final SiteSearch.DateRestriction LASTTWOWEEKS

LASTWEEK

public static final SiteSearch.DateRestriction LASTWEEK

LASTMONTH

public static final SiteSearch.DateRestriction LASTMONTH

LASTSIXMONTHS

public static final SiteSearch.DateRestriction LASTSIXMONTHS

LASTYEAR

public static final SiteSearch.DateRestriction LASTYEAR

LASTTWOYEARS

public static final SiteSearch.DateRestriction LASTTWOYEARS
Method Detail

values

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

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

valueOf

public static SiteSearch.DateRestriction 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-2014 Atlassian. All Rights Reserved.