Gets a child of the Equipment object @param childIndex The index of the child to get @return The child value
(final int childIndex)
| 5267 | * @return The child value |
| 5268 | */ |
| 5269 | private Object getChild(final int childIndex) |
| 5270 | { |
| 5271 | return getContainedEquipment(childIndex); |
| 5272 | } |
| 5273 | |
| 5274 | /** |
| 5275 | * Gets the childCount attribute of the Equipment object |
no test coverage detected