private void init() throws DebugException {
BaseCamelVariable var = null;
BaseCamelValue val = null;
// BODY MAX CHARS
var = new CamelBodyMaxCharsVariable(this.debugTarget, VARIABLE_NAME_BODYMAXCHARS, String.class);
val = new BaseCamelValue(this.fTarget, "" + getBodyMaxChars(), var.getReferenceType());
var.setValue(val);
this.fVariables.add(var);
// BODY INCLUDE FILES