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