getLine method
Implementation
String getLine() {
switch (this) {
case TLineM.solidLine:
return "";
case TLineM.dottedLineM1:
return "M1";
case TLineM.dottedLineM2:
return "M2";
case TLineM.dottedLineM3:
return "M3";
case TLineM.dottedLineM4:
return "M4";
}
}