public static enum PeopleService.ListStructure extends Enum<PeopleService.ListStructure>
| Modifier and Type | Method and Description |
|---|---|
static PeopleService.ListStructure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PeopleService.ListStructure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PeopleService.ListStructure children
public static final PeopleService.ListStructure tree
public static final PeopleService.ListStructure entities
public static PeopleService.ListStructure[] values()
for (PeopleService.ListStructure c : PeopleService.ListStructure.values()) System.out.println(c);
public static PeopleService.ListStructure 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 © 1999–2015. All rights reserved.