Interface IMicroDocument

    • Method Detail

      • getStandalone

        @Nonnull
        com.helger.commons.state.ETriState getStandalone()
        Returns:
        The standalone value. Never null.
        Since:
        9.3.5
      • isStandalone

        default boolean isStandalone()
        Returns:
        true if the document is standalone, false if not. The default value is false.
      • setStandalone

        void setStandalone​(@Nonnull
                           com.helger.commons.state.ETriState eStandalone)
        Change the standalone state of this document.
        Parameters:
        eStandalone - The new value. May not be null.
        Since:
        9.3.5
      • setStandalone

        default void setStandalone​(boolean bIsStandalone)
        Change the standalone state of this document.
        Parameters:
        bIsStandalone - The new value. true for standalone, false if not.