Returns the name of this named attribute. @return The attribute name
()
| 2270 | * @return The attribute name |
| 2271 | */ |
| 2272 | public String getName() { |
| 2273 | return this.name; |
| 2274 | } |
| 2275 | |
| 2276 | @Override |
| 2277 | public String getLocalName() { |
no outgoing calls
no test coverage detected