Uses of Class
org.symphonyoss.symphony.messageml.elements.FormatEnum
-
Packages that use FormatEnum Package Description org.symphonyoss.symphony.messageml.elements -
-
Uses of FormatEnum in org.symphonyoss.symphony.messageml.elements
Fields in org.symphonyoss.symphony.messageml.elements declared as FormatEnum Modifier and Type Field Description protected FormatEnumElement. formatMethods in org.symphonyoss.symphony.messageml.elements that return FormatEnum Modifier and Type Method Description FormatEnumElement. getFormat()Return the format (MessageML or PresentationML) of the element.static FormatEnumFormatEnum. 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.Constructors in org.symphonyoss.symphony.messageml.elements with parameters of type FormatEnum Constructor 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)
-