public static enum ProblemActionDao.Field extends java.lang.Enum<ProblemActionDao.Field> implements DaoFieldEnum
DaoFieldEnum.OnPersist| Enum Constant and Description |
|---|
ACTION_DETAILS_ID |
ACTION_TYPE_ID |
ID |
PROBLEM_ID |
PROBLEM_TYPE_ID |
RUBY_PROBLEM_TYPE_ID |
| Modifier and Type | Field and Description |
|---|---|
boolean |
isPK |
java.lang.String |
name |
DaoFieldEnum.OnPersist |
onPersist |
| Modifier and Type | Method and Description |
|---|---|
QueryTerm |
getQueryTerm(java.lang.Object value) |
QueryTerm |
getQueryTerm(RelationalOpType op,
java.lang.Object value) |
static ProblemActionDao.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProblemActionDao.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 ProblemActionDao.Field ID
public static final ProblemActionDao.Field PROBLEM_ID
public static final ProblemActionDao.Field PROBLEM_TYPE_ID
public static final ProblemActionDao.Field RUBY_PROBLEM_TYPE_ID
public static final ProblemActionDao.Field ACTION_TYPE_ID
public static final ProblemActionDao.Field ACTION_DETAILS_ID
public boolean isPK
public java.lang.String name
public DaoFieldEnum.OnPersist onPersist
public static ProblemActionDao.Field[] values()
for (ProblemActionDao.Field c : ProblemActionDao.Field.values()) System.out.println(c);
public static ProblemActionDao.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