Returns the value of this attribute. @return the value of this attribute
()
| 112 | * @return the value of this attribute |
| 113 | */ |
| 114 | @JsxGetter |
| 115 | public String getValue() { |
| 116 | return getDomNodeOrDie().getValue(); |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * Sets the value of this attribute. |
no test coverage detected