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