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