public class JIPipeReflectionParameterAccess extends Object implements JIPipeParameterAccess
JIPipeParameterAccess
generated from reflectionConstructor and Description |
---|
JIPipeReflectionParameterAccess() |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(Class<T> klass)
Gets the parameter value
|
<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
|
JIPipeDocumentation |
getDocumentation() |
Class<?> |
getFieldClass()
Returns the parameter data type
|
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
|
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 |
setDocumentation(JIPipeDocumentation documentation) |
void |
setGetter(Method getter) |
void |
setHidden(boolean hidden) |
void |
setImportant(boolean important) |
void |
setKey(String key) |
void |
setPersistence(JIPipeParameterPersistence persistence) |
void |
setPinned(boolean pinned) |
void |
setPriority(double priority) |
void |
setSetter(Method setter) |
void |
setShortKey(String shortKey) |
void |
setSource(JIPipeParameterCollection source) |
void |
setUIOrder(int uiOrder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparePriority
public boolean isPinned()
JIPipeParameterAccess
isPinned
in interface JIPipeParameterAccess
public void setPinned(boolean pinned)
public String getKey()
JIPipeParameterAccess
getKey
in interface JIPipeParameterAccess
public void setKey(String key)
public String getName()
JIPipeParameterAccess
getName
in interface JIPipeParameterAccess
public String getDescription()
JIPipeParameterAccess
getDescription
in interface JIPipeParameterAccess
public JIPipeDocumentation getDocumentation()
public void setDocumentation(JIPipeDocumentation documentation)
public <T extends Annotation> T getAnnotationOfType(Class<T> klass)
JIPipeParameterAccess
getAnnotationOfType
in interface JIPipeParameterAccess
T
- Annotation typeklass
- Annotation classpublic <T extends Annotation> List<T> getAnnotationsOfType(Class<T> klass)
JIPipeParameterAccess
getAnnotationsOfType
in interface JIPipeParameterAccess
T
- the annotation classklass
- the annotation classpublic Collection<Annotation> getAnnotations()
JIPipeParameterAccess
getAnnotations
in interface JIPipeParameterAccess
public Class<?> getFieldClass()
JIPipeParameterAccess
getFieldClass
in interface JIPipeParameterAccess
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 source)
public boolean isHidden()
JIPipeParameterAccess
isHidden
in interface JIPipeParameterAccess
public void setHidden(boolean hidden)
public double getPriority()
JIPipeParameterAccess
Priority
getPriority
in interface JIPipeParameterAccess
public void setPriority(double priority)
public void setSetter(Method setter)
public void setGetter(Method getter)
public 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)
public boolean isImportant()
JIPipeParameterAccess
isImportant
in interface JIPipeParameterAccess
public void setImportant(boolean important)
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.