/**
  * Returns the vertical code-block partition origin. Allowable values are 0 and 1, nothing else.
  */
 public int getCbULY() {
   return src.getCbULY();
 }