Package | Description |
---|---|
org.pentaho.di.core.util |
Modifier and Type | Class and Description |
---|---|
class |
BooleanPluginProperty |
class |
IntegerPluginProperty |
class |
StringListPluginProperty |
class |
StringPluginProperty |
Modifier and Type | Method and Description |
---|---|
KeyValue<T> |
KeyValueFactory.create(String key) |
KeyValue<?> |
KeyValueSet.get(String key) |
KeyValue<?> |
KeyValueSet.getRequired(String key) |
KeyValue<?> |
KeyValueSet.remove(String key) |
KeyValue<T> |
KeyValue.value(T newValue) |
Modifier and Type | Method and Description |
---|---|
List<KeyValue<T>> |
KeyValueFactory.createAll(String... keys) |
List<KeyValue<?>> |
KeyValueSet.get(org.apache.commons.collections.Predicate filter) |
Iterator<KeyValue<?>> |
KeyValueSet.iterator() |
List<KeyValue<?>> |
KeyValueSet.keyValues() |
Modifier and Type | Method and Description |
---|---|
KeyValueSet |
KeyValueSet.add(KeyValue<?>... keyValues)
Add key value(s).
|
Copyright © 2018 Hitachi Vantara. All rights reserved.