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