public enum CandidateGroupsSource extends java.lang.Enum<CandidateGroupsSource> implements io.jmix.core.metamodel.datatype.impl.EnumClass<java.lang.String>
| Enum Constant and Description |
|---|
EXPRESSION |
USER_GROUP_LIST_PROVIDER |
USER_GROUPS |
| Modifier and Type | Method and Description |
|---|---|
static CandidateGroupsSource |
fromId(java.lang.String id) |
java.lang.String |
getId() |
static CandidateGroupsSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CandidateGroupsSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CandidateGroupsSource USER_GROUPS
public static final CandidateGroupsSource USER_GROUP_LIST_PROVIDER
public static final CandidateGroupsSource EXPRESSION
public static CandidateGroupsSource[] values()
for (CandidateGroupsSource c : CandidateGroupsSource.values()) System.out.println(c);
public static CandidateGroupsSource 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 getId()
getId in interface io.jmix.core.metamodel.datatype.impl.EnumClass<java.lang.String>public static CandidateGroupsSource fromId(java.lang.String id)