Get the property text (name, value pair) @return the property text (name, value pair)
()
| 64 | * @return the property text (name, value pair) |
| 65 | */ |
| 66 | public String getText() |
| 67 | { |
| 68 | return getDisplayName(); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Get the parsed text (%CHOICEs replaced) |
no test coverage detected