public static enum LoggedRequestDao.Field extends java.lang.Enum<LoggedRequestDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist| Enum Constant and Description |
|---|
CONTROLLER |
ENDED |
ID |
METHOD |
ON_BEHALF_OF |
PARTNER_ID |
PARTNER_REQUESTOR |
PATH |
RECEIVED |
REQUEST_BODY |
STARTED |
TYPE |
URL_PARAMS |
USER_XID |
| Modifier and Type | Method and Description |
|---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static LoggedRequestDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoggedRequestDao.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetOnPersistpublic static final LoggedRequestDao.Field ID
public static final LoggedRequestDao.Field PARTNER_ID
public static final LoggedRequestDao.Field CONTROLLER
public static final LoggedRequestDao.Field METHOD
public static final LoggedRequestDao.Field TYPE
public static final LoggedRequestDao.Field PATH
public static final LoggedRequestDao.Field URL_PARAMS
public static final LoggedRequestDao.Field REQUEST_BODY
public static final LoggedRequestDao.Field USER_XID
public static final LoggedRequestDao.Field PARTNER_REQUESTOR
public static final LoggedRequestDao.Field ON_BEHALF_OF
public static final LoggedRequestDao.Field RECEIVED
public static final LoggedRequestDao.Field STARTED
public static final LoggedRequestDao.Field ENDED
public static LoggedRequestDao.Field[] values()
for (LoggedRequestDao.Field c : LoggedRequestDao.Field.values()) System.out.println(c);
public static LoggedRequestDao.Field valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic QueryTerm getQueryTerm(java.lang.Object value)
getQueryTerm in interface DaoFieldEnumpublic QueryTerm getQueryTerm(RelationalOpType op, java.lang.Object value)
getQueryTerm in interface DaoFieldEnum