Gets the childCount attribute of the Equipment object @return The childCount value
()
| 5277 | * @return The childCount value |
| 5278 | */ |
| 5279 | public int getChildCount() |
| 5280 | { |
| 5281 | return getContainedEquipmentCount(); |
| 5282 | } |
| 5283 | |
| 5284 | /** |
| 5285 | * Sets how many of a child the Equipment currently holds |
no test coverage detected