Get the is type token @param eq @param type @return is type token
(Equipment eq, String type)
| 650 | * @return is type token |
| 651 | */ |
| 652 | private static String getIsTypeToken(Equipment eq, String type) |
| 653 | { |
| 654 | return isTypeToken(eq, type) ? "TRUE" : "FALSE"; |
| 655 | } |
| 656 | |
| 657 | /** |
| 658 | * Get the istype token |
no test coverage detected