org.pentaho.platform.api.engine
Interface ISelectionMapper
- All Known Implementing Classes: 
 - SelectionMapper
 
public interface ISelectionMapper
 
getDisplayStyle
String getDisplayStyle()
 
getSelectionDisplayName
String getSelectionDisplayName()
 
getSelectionNameForValue
String getSelectionNameForValue(String val)
 
getSelectionValues
List getSelectionValues()
 
getSelectionNameMap
Map getSelectionNameMap()
 
hasValue
boolean hasValue(String value)
 
selectionCount
int selectionCount()
 
getValueAt
String getValueAt(int index)
 
toString
String toString()
- Overrides:
 toString in class Object