org.jbpm.console.ng.ht.client.editors.identity
public static enum IdentityListPresenter.IdentityType extends Enum<IdentityListPresenter.IdentityType>
Modifier and Type | Method and Description |
---|---|
static IdentityListPresenter.IdentityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityListPresenter.IdentityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityListPresenter.IdentityType USERS
public static final IdentityListPresenter.IdentityType GROUPS
public static IdentityListPresenter.IdentityType[] values()
for (IdentityListPresenter.IdentityType c : IdentityListPresenter.IdentityType.values()) System.out.println(c);
public static IdentityListPresenter.IdentityType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.