com.sas.models
Interface StringValueInterface

All Superinterfaces:
com.sas.lang.StringDataInterface
All Known Implementing Classes:
TextValueModel

public interface StringValueInterface
extends com.sas.lang.StringDataInterface

An interface for things that hold text and a value


Method Summary
abstract  java.lang.String getValue()
          Retrieve the value stored in the text value model
abstract  void setValue(java.lang.String newValue)
          Sets the value stored in the text value model.
 
Methods inherited from interface com.sas.lang.StringDataInterface
getText, setText
 

Method Detail

getValue

java.lang.String getValue()
Retrieve the value stored in the text value model

Returns:
value stored in the model

setValue

void setValue(java.lang.String newValue)
Sets the value stored in the text value model.

Parameters:
newValue - The value stored in the model



Copyright © 2009 SAS Institute Inc. All Rights Reserved.