Class PresentationStyle

java.lang.Object
com.aquima.interactions.composer.model.PresentationStyle
All Implemented Interfaces:
Serializable

public final class PresentationStyle extends Object implements Serializable
This class hold a style that influences the presentation of an element. At the moment the presentation style is NOT predefined, and may thus contain any text/name.

A few examples of presentation styles:

  • bold
  • italic
  • underline
Since:
6.0
Author:
O. Kerpershoek
See Also:
  • Method Details

    • valueOf

      public static PresentationStyle valueOf(String name)
      This method returns the presentation style for the specified name.
      Parameters:
      name - The name of the presentation style that is requested.
      Returns:
      The presentation style for the specified name.
    • getName

      public String getName()
      This method returns the name of the presentation style.
      Returns:
      The name of the presentation style.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object