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