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