public static enum MMSearchCondition.PERSON_STATE extends java.lang.Enum<MMSearchCondition.PERSON_STATE>
| Enum Constant and Description |
|---|
ALL |
ALLOW_MEMBER |
ATTENDEES |
CHAIRMAN |
CREATEOR |
MAIN |
MANAGER |
RECORDER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSqlCondition() |
boolean |
isLike() |
boolean |
queryParent() |
static MMSearchCondition.PERSON_STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MMSearchCondition.PERSON_STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMSearchCondition.PERSON_STATE CHAIRMAN
public static final MMSearchCondition.PERSON_STATE MANAGER
public static final MMSearchCondition.PERSON_STATE CREATEOR
public static final MMSearchCondition.PERSON_STATE ATTENDEES
public static final MMSearchCondition.PERSON_STATE RECORDER
public static final MMSearchCondition.PERSON_STATE ALLOW_MEMBER
public static final MMSearchCondition.PERSON_STATE MAIN
public static final MMSearchCondition.PERSON_STATE ALL
public static MMSearchCondition.PERSON_STATE[] values()
for (MMSearchCondition.PERSON_STATE c : MMSearchCondition.PERSON_STATE.values()) System.out.println(c);
public static MMSearchCondition.PERSON_STATE 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 java.lang.String getSqlCondition()
public boolean isLike()
public boolean queryParent()
Copyright ? 2022. All Rights Reserved.