public interface JIPipeParameterAccess
Modifier and Type | Method and Description |
---|---|
static int |
comparePriority(JIPipeParameterAccess lhs,
JIPipeParameterAccess rhs)
Compares the priority
|
<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
|
default <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 |
getKey()
Returns the unique ID of this parameter
|
String |
getName()
Returns the parameter name that is displayed to the user
|
default 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
|
default boolean |
isPinned()
Returns true if the parameter is pinned to the top
|
<T> boolean |
set(T value)
Sets the parameter value
|
static int comparePriority(JIPipeParameterAccess lhs, JIPipeParameterAccess rhs)
lhs
- accessrhs
- accessString getKey()
String getName()
String getDescription()
boolean isHidden()
boolean isImportant()
default boolean isPinned()
<T extends Annotation> T getAnnotationOfType(Class<T> klass)
T
- Annotation typeklass
- Annotation classdefault <T extends Annotation> List<T> getAnnotationsOfType(Class<T> klass)
T
- the annotation classklass
- the annotation classCollection<Annotation> getAnnotations()
Class<?> getFieldClass()
<T> T get(Class<T> klass)
T
- Parameter data typeklass
- Parameter data type<T> boolean set(T value)
T
- Parameter data typevalue
- Parameter valueJIPipeParameterCollection getSource()
double getPriority()
Priority
String getShortKey()
int getUIOrder()
default JIPipeParameterPersistence getPersistence()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.