public class JIPipeMutableParameterAccess extends Object implements JIPipeParameterAccess
JIPipeParameterAccess
The class is partially JSON-serializable (Annotations, for example, are excluded)Modifier and Type | Class and Description |
---|---|
static class |
JIPipeMutableParameterAccess.Deserializer
Deserializes
JIPipeMutableParameterAccess |
Constructor and Description |
---|
JIPipeMutableParameterAccess()
Creates a new instance
|
JIPipeMutableParameterAccess(JIPipeMutableParameterAccess other)
Copies the parameter access
|
JIPipeMutableParameterAccess(JIPipeParameterAccess other)
Creates a new independent parameter from the provided access
|
JIPipeMutableParameterAccess(JIPipeParameterCollection parameterHolder,
String key,
Class<?> fieldClass)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Class<T> klass)
Gets the parameter value
|
Multimap<Class<? extends Annotation>,Annotation> |
getAnnotationMap()
Mutable access to the annotations
|
<T extends Annotation> |
getAnnotationOfType(Class<T> klass)
Gets an annotation for this parameter
|
Collection<Annotation> |
getAnnotations()
Gets all available annotations for this parameter
|
<T extends Annotation> |
getAnnotationsOfType(Class<T> klass)
Gets annotations for this parameter (including the field class)
Please note that there is no guarantee that repeatable annotations are resolved properly.
|
String |
getDescription()
Returns a description
|
Class<?> |
getFieldClass()
Returns the parameter data type
|
String |
getFieldClassInfoId() |
String |
getKey()
Returns the unique ID of this parameter
|
String |
getName()
Returns the parameter name that is displayed to the user
|
JIPipeParameterPersistence |
getPersistence()
Controls the persistence of the parameter
|
double |
getPriority()
Returns the priority for (de)serializing this parameter.
|
String |
getShortKey()
Returns a short form of the ID used, for example to generate a parameter string.
|
JIPipeParameterCollection |
getSource()
Gets the object that holds the parameter
|
int |
getUIOrder()
Controls how the parameter is ordered within the user interface
|
Object |
getValue() |
boolean |
isHidden()
Returns if the parameter should be hidden from the user
|
boolean |
isImportant()
Returns true if the parameter should be marked in the UI as important
|
boolean |
isPinned()
Returns true if the parameter is pinned to the top
|
<T> boolean |
set(T value)
Sets the parameter value
|
void |
setAnnotationMap(Multimap<Class<? extends Annotation>,Annotation> annotationMap) |
void |
setDescription(String description)
Sets the description
|
void |
setFieldClass(Class<?> fieldClass)
For internal usage only
|
void |
setFieldClassInfoId(String id) |
void |
setHidden(boolean hidden) |
void |
setImportant(boolean important) |
void |
setKey(String key)
For internal use only
|
void |
setName(String name)
Sets the name
|
void |
setPersistence(JIPipeParameterPersistence persistence) |
void |
setPriority(double priority) |
void |
setShortKey(String shortKey) |
void |
setSource(JIPipeParameterCollection parameterHolder)
For internal usage only
|
void |
setUIOrder(int uiOrder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparePriority
public JIPipeMutableParameterAccess()
public JIPipeMutableParameterAccess(JIPipeParameterAccess other)
other
- the parameterpublic JIPipeMutableParameterAccess(JIPipeParameterCollection parameterHolder, String key, Class<?> fieldClass)
parameterHolder
- The object that holds the parameterkey
- Unique parameter keyfieldClass
- Parameter field typepublic JIPipeMutableParameterAccess(JIPipeMutableParameterAccess other)
other
- The originalpublic boolean isPinned()
JIPipeParameterAccess
isPinned
in interface JIPipeParameterAccess
public boolean isImportant()
JIPipeParameterAccess
isImportant
in interface JIPipeParameterAccess
public void setImportant(boolean important)
public String getKey()
JIPipeParameterAccess
getKey
in interface JIPipeParameterAccess
public void setKey(String key)
key
- key of this accesspublic String getName()
JIPipeParameterAccess
getName
in interface JIPipeParameterAccess
public void setName(String name)
name
- The namepublic String getDescription()
JIPipeParameterAccess
getDescription
in interface JIPipeParameterAccess
public void setDescription(String description)
description
- The descriptionpublic boolean isHidden()
JIPipeParameterAccess
isHidden
in interface JIPipeParameterAccess
public void setHidden(boolean hidden)
public <T extends Annotation> T getAnnotationOfType(Class<T> klass)
JIPipeParameterAccess
getAnnotationOfType
in interface JIPipeParameterAccess
T
- Annotation typeklass
- Annotation classpublic Collection<Annotation> getAnnotations()
JIPipeParameterAccess
getAnnotations
in interface JIPipeParameterAccess
public Class<?> getFieldClass()
JIPipeParameterAccess
getFieldClass
in interface JIPipeParameterAccess
public void setFieldClass(Class<?> fieldClass)
fieldClass
- The parameter classpublic String getFieldClassInfoId()
public void setFieldClassInfoId(String id)
public Object getValue()
public <T> T get(Class<T> klass)
JIPipeParameterAccess
get
in interface JIPipeParameterAccess
T
- Parameter data typeklass
- Parameter data typepublic <T> boolean set(T value)
JIPipeParameterAccess
set
in interface JIPipeParameterAccess
T
- Parameter data typevalue
- Parameter valuepublic JIPipeParameterCollection getSource()
JIPipeParameterAccess
getSource
in interface JIPipeParameterAccess
public void setSource(JIPipeParameterCollection parameterHolder)
parameterHolder
- The object that holds the parameterpublic double getPriority()
JIPipeParameterAccess
Priority
getPriority
in interface JIPipeParameterAccess
public void setPriority(double priority)
public Multimap<Class<? extends Annotation>,Annotation> getAnnotationMap()
public void setAnnotationMap(Multimap<Class<? extends Annotation>,Annotation> annotationMap)
public <T extends Annotation> List<T> getAnnotationsOfType(Class<T> klass)
JIPipeParameterAccess
getAnnotationsOfType
in interface JIPipeParameterAccess
T
- the annotation classklass
- the annotation classpublic String getShortKey()
JIPipeParameterAccess
getShortKey
in interface JIPipeParameterAccess
public void setShortKey(String shortKey)
public int getUIOrder()
JIPipeParameterAccess
getUIOrder
in interface JIPipeParameterAccess
public void setUIOrder(int uiOrder)
public JIPipeParameterPersistence getPersistence()
JIPipeParameterAccess
getPersistence
in interface JIPipeParameterAccess
public void setPersistence(JIPipeParameterPersistence persistence)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.