Class CmsDiffViewMode

  • All Implemented Interfaces:
    java.io.Serializable

    public final class CmsDiffViewMode
    extends java.lang.Object
    implements java.io.Serializable
    Wrapper class for the different types of diff modes.

    The possibles values are:

    Since:
    6.0.0
    See Also:
    Serialized Form
    • Method Detail

      • getMode

        public java.lang.String getMode()
        Returns the mode string.

        Returns:
        the mode string
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()