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