|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqUserDb.DateLimit>
CqUserDb.DateLimit
public static enum CqUserDb.DateLimit
A DateLimit SearchKey limits the search to just those objects whose creation or modification time are in a target range.
Enum Constant Summary | |
---|---|
CREATED_AFTER
Matches an object created on or after the target date |
|
CREATED_BEFORE
Matches an object created on or before the target date |
|
MODIFIED_AFTER
Matches an object modified on or after the target date |
|
MODIFIED_BEFORE
Matches an object modified on or before the target date |
Method Summary | |
---|---|
static CqUserDb.DateLimit |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqUserDb.DateLimit[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CqUserDb.DateLimit CREATED_AFTER
public static final CqUserDb.DateLimit CREATED_BEFORE
public static final CqUserDb.DateLimit MODIFIED_AFTER
public static final CqUserDb.DateLimit MODIFIED_BEFORE
Method Detail |
---|
public static CqUserDb.DateLimit valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static final CqUserDb.DateLimit[] values()
for(CqUserDb.DateLimit c : CqUserDb.DateLimit.values()) System.out.println(c);
|
Generated Tue 19-Apr-2011 10:16 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |