public enum PredefinedUsers extends Enum<PredefinedUsers>
| Enum Constant and Description |
|---|
ADMIN_USER |
| Modifier and Type | Method and Description |
|---|---|
Guid |
getId() |
static PredefinedUsers |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedUsers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredefinedUsers ADMIN_USER
public static PredefinedUsers[] values()
for (PredefinedUsers c : PredefinedUsers.values()) System.out.println(c);
public static PredefinedUsers 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 Guid getId()
Copyright © 2012. All Rights Reserved.