Uses of Class
org.symphonyoss.symphony.messageml.elements.FormatEnum
-
Packages that use FormatEnum Package Description org.symphonyoss.symphony.messageml org.symphonyoss.symphony.messageml.elements -
-
Uses of FormatEnum in org.symphonyoss.symphony.messageml
Methods in org.symphonyoss.symphony.messageml that return FormatEnum Modifier and Type Method Description FormatEnumMessageMLParser. getMessageFormat() -
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.FormatEnumRegexElement. getFormat()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.
-