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