getHeader method

String getHeader()

Implementation

String getHeader(){
  switch(this){
    case CCodeRotation.rotation_0:
      return "B";
    case CCodeRotation.rotation_90:
      return "VB";
  }
}