public static class BaseSearchCommand.CustomRunnerFactoryParams
extends java.lang.Object
implements java.lang.Iterable<exa.bee.KeyValue>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<exa.bee.KeyValue> |
keyValue |
Constructor and Description |
---|
CustomRunnerFactoryParams() |
CustomRunnerFactoryParams(BaseSearchCommand.CustomRunnerFactoryParams o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<exa.bee.KeyValue> |
getKeyValue() |
boolean |
isEmpty() |
java.util.Iterator<exa.bee.KeyValue> |
iterator() |
BaseSearchCommand.CustomRunnerFactoryParams |
makeCopy() |
void |
setKeyValue(java.util.List<exa.bee.KeyValue> __value) |
BaseSearchCommand.CustomRunnerFactoryParams |
withKeyValue(java.util.List<exa.bee.KeyValue> __value) |
public CustomRunnerFactoryParams()
public CustomRunnerFactoryParams(BaseSearchCommand.CustomRunnerFactoryParams o)
public BaseSearchCommand.CustomRunnerFactoryParams makeCopy()
public java.util.Iterator<exa.bee.KeyValue> iterator()
iterator
in interface java.lang.Iterable<exa.bee.KeyValue>
public boolean isEmpty()
public java.util.List<exa.bee.KeyValue> getKeyValue()
public void setKeyValue(java.util.List<exa.bee.KeyValue> __value)
public BaseSearchCommand.CustomRunnerFactoryParams withKeyValue(java.util.List<exa.bee.KeyValue> __value)
Copyright © 2013 Dassault Systèmes, All Rights Reserved.