| Package | Description |
|---|---|
| org.symphonyoss.symphony.messageml.elements |
| Modifier and Type | Field and Description |
|---|---|
protected FormatEnum |
Element.format |
| Modifier and Type | Method and Description |
|---|---|
FormatEnum |
Element.getFormat()
Return the format (MessageML or PresentationML) of the element.
|
static FormatEnum |
FormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatEnum[] |
FormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Card(Element parent,
FormatEnum format) |
CardBody(Element parent,
FormatEnum format) |
CardHeader(Element parent,
FormatEnum format) |
Chime(Element parent,
FormatEnum format) |
MessageML(FormatEnum format,
String version) |
Copyright © 2018 The Symphony Software Foundation. All rights reserved.