public static enum Entity.Role extends Enum<Entity.Role>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Entity.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entity.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entity.Role UNKNOWN
public static final Entity.Role PCC
public static final Entity.Role PCE
public static final Entity.Role PCCPCE
public static Entity.Role[] values()
for (Entity.Role c : Entity.Role.values()) System.out.println(c);
public static Entity.Role 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 nullpublic String toString()
toString in class Enum<Entity.Role>Copyright © 2016. All rights reserved.