Class A_CmsModeStringEnumeration

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected A_CmsModeStringEnumeration​(java.lang.String mode)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getMode()
      Returns the mode.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • A_CmsModeStringEnumeration

        protected A_CmsModeStringEnumeration​(java.lang.String mode)
        Default constructor.

        Parameters:
        mode - the internal mode descriptor
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • getMode

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

        Returns:
        the mode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • toString

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