Uses of Class
org.pentaho.di.core.util.KeyValueSet
-
Packages that use KeyValueSet Package Description org.pentaho.di.core.util -
-
Uses of KeyValueSet in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that return KeyValueSet Modifier and Type Method Description KeyValueSetKeyValueSet. add(KeyValue<?>... keyValues)Add key value(s).KeyValueSetKeyValueSet. clear()Clear entries.KeyValueSetAbstractStepMeta. getProperties()KeyValueSetPluginPropertyFactory. getProperties()Methods in org.pentaho.di.core.util with parameters of type KeyValueSet Modifier and Type Method Description static voidPluginPropertyHandler. assertProperties(KeyValueSet properties)static StringPluginPropertyHandler. toXml(KeyValueSet properties)static voidPluginPropertyHandler. walk(KeyValueSet properties, org.apache.commons.collections.Closure handler)Constructors in org.pentaho.di.core.util with parameters of type KeyValueSet Constructor Description PluginPropertyFactory(KeyValueSet properties)Constructor.
-