public static enum ActivityRestListOut.Field extends Enum<ActivityRestListOut.Field>
| Enum Constant and Description |
|---|
ACTIVITIES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Gets the string field name.
|
static ActivityRestListOut.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityRestListOut.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityRestListOut.Field ACTIVITIES
public static ActivityRestListOut.Field[] values()
for (ActivityRestListOut.Field c : ActivityRestListOut.Field.values()) System.out.println(c);
public static ActivityRestListOut.Field 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<ActivityRestListOut.Field>Copyright © 2003–2020 eXo Platform SAS. All rights reserved.