Class CmsProjectResourcesDisplayMode

    • Method Detail

      • valueOf

        public static CmsProjectResourcesDisplayMode valueOf​(java.lang.String value)
                                                      throws org.opencms.main.CmsIllegalArgumentException
        Parses an string into an element of this enumeration.

        Parameters:
        value - the mode to parse
        Returns:
        the enumeration element
        Throws:
        org.opencms.main.CmsIllegalArgumentException - if the given value could not be matched against a CmsListColumnAlignEnum type.
      • 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()