public static enum EntityTOType.Type extends Enum<EntityTOType.Type>
| Enum Constant and Description |
|---|
ANY_OBJECT |
GROUP |
REALM |
USER |
| Modifier and Type | Method and Description |
|---|---|
static EntityTOType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityTOType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityTOType.Type USER
public static final EntityTOType.Type GROUP
public static final EntityTOType.Type ANY_OBJECT
public static final EntityTOType.Type REALM
public static EntityTOType.Type[] values()
for (EntityTOType.Type c : EntityTOType.Type.values()) System.out.println(c);
public static EntityTOType.Type 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 © 2010–2016 The Apache Software Foundation. All rights reserved.