public static enum Space.SpaceChildren extends Enum<Space.SpaceChildren> implements WWChildInterface
WWChildInterface
Enum Constant and Description |
---|
CONVERSATION |
CREATED_BY |
MEMBERS |
UPDATED_BY |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEnumClass() |
String |
getLabel() |
static Space.SpaceChildren |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Space.SpaceChildren[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Space.SpaceChildren MEMBERS
public static final Space.SpaceChildren CONVERSATION
public static final Space.SpaceChildren CREATED_BY
public static final Space.SpaceChildren UPDATED_BY
public static Space.SpaceChildren[] values()
for (Space.SpaceChildren c : Space.SpaceChildren.values()) System.out.println(c);
public static Space.SpaceChildren 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 getLabel()
getLabel
in interface WWChildInterface
public Class<?> getEnumClass()
getEnumClass
in interface WWChildInterface
Copyright © 2018 OpenNTF. All rights reserved.