if (client) {
action = new ClientClassGenerationAction();
action.setContext(getVppContext());
}
else if (ClassGenerator.VERSION_1_1.equals(version)) {
action = new ClassGenerationAction1_1();
}
else {
action = new ClassGenerationAction();
action.setContext(getVppContext());
}