Interface TimeOffEmployee.Visitor<T>

  • Enclosing class:
    TimeOffEmployee

    public static interface TimeOffEmployee.Visitor<T>
    • Method Detail

      • visit

        T visit​(java.lang.String value)