Interface Visible

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface Visible
    The role of an object that can be visible or not.
    Since:
    3.2-ALPHA-7
    Author:
    Fabrizio Giudici
    Stereotype:
    Role
    • Field Detail

      • _Visible_

        static final java.lang.Class<Visible> _Visible_
      • VISIBLE

        static final Visible VISIBLE
        A role that is always visible.
      • INVISIBLE

        static final Visible INVISIBLE
        A role that is always invisible.
    • Method Detail

      • isVisible

        boolean isVisible()
        Returns the current visibility status.
        Returns:
        true if the object is visible