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