|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.models.TextValueModel
public class TextValueModel
Provides an implementation of StringValueInterface
| Constructor Summary | |
|---|---|
TextValueModel()
Constructs a new TextValueModel |
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
Gets the text |
java.lang.String |
getValue()
Gets the text value |
void |
setText(java.lang.String newText)
Sets the text |
void |
setValue(java.lang.String newValue)
Sets the value stored in the text value model. |
| Constructor Detail |
|---|
public TextValueModel()
| Method Detail |
|---|
public java.lang.String getText()
getText in interface com.sas.lang.StringDataInterfacepublic void setText(java.lang.String newText)
setText in interface com.sas.lang.StringDataInterfacenewText - The textpublic java.lang.String getValue()
getValue in interface StringValueInterfacepublic void setValue(java.lang.String newValue)
setValue in interface StringValueInterfacenewValue - The text value
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||