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