Uses of Class
org.teamapps.cluster.dto.MessageFieldContentType
| Package | Description |
|---|---|
| org.teamapps.cluster.dto |
-
Uses of MessageFieldContentType in org.teamapps.cluster.dto
Methods in org.teamapps.cluster.dto that return MessageFieldContentType Modifier and Type Method Description static MessageFieldContentTypeMessageFieldContentType. getById(int id)MessageFieldContentTypeMessageField. getContentType()static MessageFieldContentTypeMessageFieldContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageFieldContentType[]MessageFieldContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.cluster.dto with parameters of type MessageFieldContentType Modifier and Type Method Description MessageFieldMessageSchema. addField(MessageField parent, int localId, java.lang.String name, java.lang.String title, MessageFieldType type, MessageFieldContentType contentType, java.lang.String specificType)protected MessageFieldMessageSchema. addField(MessageField parent, java.lang.String name, java.lang.String title, MessageFieldType type, MessageFieldContentType contentType, java.lang.String specificType)Constructors in org.teamapps.cluster.dto with parameters of type MessageFieldContentType Constructor Description MessageField(int parentFieldId, int id, java.lang.String name, java.lang.String title, MessageFieldType type, MessageFieldContentType contentType, java.lang.String specificType, int referencedFieldId)