Interface TimeOffEmployee.Visitor<T>
-
- Enclosing class:
- TimeOffEmployee
public static interface TimeOffEmployee.Visitor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tvisit(Employee value)Tvisit(java.lang.String value)
-