com.sas.dataselectors
Interface LabeledStringValueInterface

All Known Implementing Classes:
OLAPMemberDeferredRetrievalTreeNode, OLAPMemberDeferredRetrievalTreeNode, OLAPMemberTreeNode, OLAPMemberTreeNode

public interface LabeledStringValueInterface

An interface for things that hold a text label and a text value


Method Summary
 java.lang.String getLabel()
          Returns the label for the object or value.
 java.lang.String getValue()
          Retrieve the value stored in the text value model
 

Method Detail

getLabel

java.lang.String getLabel()
Returns the label for the object or value.

Returns:
label for the object

getValue

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

Returns:
value stored in the model



Copyright © 2009 SAS Institute Inc. All Rights Reserved.