Returns an instance of this class. @param value value @return instance
(final String value)
| 36 | * @return instance |
| 37 | */ |
| 38 | public static Atm get(final String value) { |
| 39 | return get(Token.token(value)); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Returns an instance of this class. |
no test coverage detected