Returns the Ability that this CNAbility represents @return The Ability that this CNAbility represents
()
| 134 | * @return The Ability that this CNAbility represents |
| 135 | */ |
| 136 | public Ability getAbility() |
| 137 | { |
| 138 | return ability; |
| 139 | } |
| 140 | |
| 141 | @Override |
| 142 | public int hashCode() |
no outgoing calls