public class StringOrDouble extends Object implements JIPipeParameterCollection
Modifier and Type | Class and Description |
---|---|
static class |
StringOrDouble.List
A collection of multiple
StringOrDouble
The filters are connected via "OR" |
static class |
StringOrDouble.Mode
Modes are that a column is picked or one is generated
|
JIPipeParameterCollection.ParameterChangedEvent, JIPipeParameterCollection.ParameterStructureChangedEvent, JIPipeParameterCollection.ParameterUIChangedEvent
Constructor and Description |
---|
StringOrDouble()
Creates a new instance
|
StringOrDouble(StringOrDouble other)
Copies the object
|
Modifier and Type | Method and Description |
---|---|
double |
getDoubleValue() |
EventBus |
getEventBus()
Gets the event bus that posts events about the parameters
|
StringOrDouble.Mode |
getMode() |
String |
getStringValue() |
Object |
getValue()
Returns the current value
|
void |
setDoubleValue(double doubleValue) |
void |
setMode(StringOrDouble.Mode mode) |
void |
setStringValue(String String) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParameterChangeListener, addParameterChangeListener, getContextActions, getParameter, getParameterAccess, isParameterUIVisible, isParameterUIVisible, setParameter, triggerParameterChange, triggerParameterStructureChange, triggerParameterUIChange
public StringOrDouble()
public StringOrDouble(StringOrDouble other)
other
- the originalpublic StringOrDouble.Mode getMode()
public void setMode(StringOrDouble.Mode mode)
public String getStringValue()
public void setStringValue(String String)
public double getDoubleValue()
public void setDoubleValue(double doubleValue)
public EventBus getEventBus()
JIPipeParameterCollection
getEventBus
in interface JIPipeParameterCollection
JIPipeParameterCollection.ParameterChangedEvent
and JIPipeParameterCollection.ParameterStructureChangedEvent
public Object getValue()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.