Package org.pentaho.platform.api.engine
Interface ISelectionMapper
-
public interface ISelectionMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayStyle()
String
getSelectionDisplayName()
String
getSelectionNameForValue(String val)
Map
getSelectionNameMap()
List
getSelectionValues()
String
getValueAt(int index)
boolean
hasValue(String value)
int
selectionCount()
String
toString()
-
-
-
Method Detail
-
getDisplayStyle
String getDisplayStyle()
-
getSelectionDisplayName
String getSelectionDisplayName()
-
getSelectionValues
List getSelectionValues()
-
getSelectionNameMap
Map getSelectionNameMap()
-
hasValue
boolean hasValue(String value)
-
selectionCount
int selectionCount()
-
getValueAt
String getValueAt(int index)
-
-