}
break;
case VARIABLE_ID:
if (mExecutionState.getVariables().containsKey(mName))
{
throw new DuplicateVariableException(mName);
}
// if we have a simple connection type then we create an instance
if (mType instanceof ConnectionType && mArrayDimension == 0)
{
Connection connection = new TeeConnection();