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