I
- input typeP
- parameter typeO
- output typepublic class FunctionParameterParameterAccess<I,P,O> extends Object implements JIPipeParameterAccess
FunctionParameter
parameterConstructor and Description |
---|
FunctionParameterParameterAccess(JIPipeParameterAccess parent) |
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
|
Class<?> |
getFieldClass()
Returns the parameter data type
|
FunctionParameter<I,P,O> |
getFunctionParameter() |
String |
getKey()
Returns the unique ID of this parameter
|
String |
getName()
Returns the parameter name that is displayed to the user
|
JIPipeParameterAccess |
getParent() |
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
|
<T> boolean |
set(T value)
Sets the parameter value
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparePriority, getPersistence, isPinned
public FunctionParameterParameterAccess(JIPipeParameterAccess parent)
public String getKey()
JIPipeParameterAccess
getKey
in interface JIPipeParameterAccess
public String getName()
JIPipeParameterAccess
getName
in interface JIPipeParameterAccess
public String getDescription()
JIPipeParameterAccess
getDescription
in interface JIPipeParameterAccess
public boolean isHidden()
JIPipeParameterAccess
isHidden
in interface JIPipeParameterAccess
public boolean isImportant()
JIPipeParameterAccess
isImportant
in interface JIPipeParameterAccess
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 double getPriority()
JIPipeParameterAccess
Priority
getPriority
in interface JIPipeParameterAccess
public String getShortKey()
JIPipeParameterAccess
getShortKey
in interface JIPipeParameterAccess
public int getUIOrder()
JIPipeParameterAccess
getUIOrder
in interface JIPipeParameterAccess
public FunctionParameter<I,P,O> getFunctionParameter()
public JIPipeParameterAccess getParent()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.