public interface Note
Note| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Retrieves the possibly null value for the optional attribute
text. |
String |
getTitle()
Retrieves the possibly null value for the optional attribute
title. |
void |
setText(String text)
Sets a new value for the attribute
text. |
void |
setTitle(String title)
Sets a new value for the attribute
title. |
String getText()
text.text.void setText(String text)
text.text - The possibly null new value for attribute text.String getTitle()
title.title.void setTitle(String title)
title.title - The possibly null new value for attribute title.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.