}
// if we have a simple connection type then we create an instance
if (mType instanceof ConnectionType && mArrayDimension == 0)
{
Connection connection = new TeeConnection();
mVariable = new Variable(new ConnectionType(), connection);
}
else
{
mVariable = new Variable(mType);
}