public static enum ErrorLogDao.Field extends java.lang.Enum<ErrorLogDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist| Enum Constant and Description |
|---|
CREATED_AT |
FILE |
ID |
LINE |
LOGGED_REQUEST_ID |
MESSAGE |
PARTNER_ID |
STACK_TRACE |
USER_XID |
| Modifier and Type | Method and Description |
|---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static ErrorLogDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorLogDao.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 ErrorLogDao.Field ID
public static final ErrorLogDao.Field PARTNER_ID
public static final ErrorLogDao.Field USER_XID
public static final ErrorLogDao.Field FILE
public static final ErrorLogDao.Field LINE
public static final ErrorLogDao.Field MESSAGE
public static final ErrorLogDao.Field STACK_TRACE
public static final ErrorLogDao.Field LOGGED_REQUEST_ID
public static final ErrorLogDao.Field CREATED_AT
public static ErrorLogDao.Field[] values()
for (ErrorLogDao.Field c : ErrorLogDao.Field.values()) System.out.println(c);
public static ErrorLogDao.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