Was this type null on the way in @return true if the javascript variable was null or undefined.
()
| 304 | * @return true if the javascript variable was null or undefined. |
| 305 | */ |
| 306 | public boolean isNull() |
| 307 | { |
| 308 | return type.equals(ProtocolConstants.INBOUND_NULL); |
| 309 | } |
| 310 | |
| 311 | /** |
| 312 | * @return Returns the value. |