com.sas.dataselectors
Interface LabeledStringValueInterface

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

@SASScope(value="ALL")
public interface LabeledStringValueInterface

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


Method Summary
abstract  java.lang.String getLabel()
          Returns the label for the object or value.
abstract  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.