Returns a string of the comment value.
()
| 74 | |
| 75 | /** Returns a string of the comment value. */ |
| 76 | public String getValue() { |
| 77 | return value; |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Set the comment Value with the new commentString. and updates the length with new Length. |
no outgoing calls