Gets the double attribute of the Equipment object @return The double value
()
| 247 | * @return The double value |
| 248 | */ |
| 249 | public boolean isDouble() |
| 250 | { |
| 251 | return isType("DOUBLE"); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Gets the eitherType attribute of the Equipment object |
no test coverage detected