class VariableTypeInsertTest{ String var; void methode(String test){ var = test; } }