public enum JIPipeNodeDatabasePipelineVisibility extends Enum<JIPipeNodeDatabasePipelineVisibility>
Enum Constant and Description |
---|
Both |
Compartments |
Pipeline |
Modifier and Type | Method and Description |
---|---|
static JIPipeNodeDatabasePipelineVisibility |
fromCategory(JIPipeNodeTypeCategory category) |
boolean |
matches(JIPipeNodeDatabasePipelineVisibility other) |
static JIPipeNodeDatabasePipelineVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JIPipeNodeDatabasePipelineVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JIPipeNodeDatabasePipelineVisibility Pipeline
public static final JIPipeNodeDatabasePipelineVisibility Compartments
public static final JIPipeNodeDatabasePipelineVisibility Both
public static JIPipeNodeDatabasePipelineVisibility[] values()
for (JIPipeNodeDatabasePipelineVisibility c : JIPipeNodeDatabasePipelineVisibility.values()) System.out.println(c);
public static JIPipeNodeDatabasePipelineVisibility valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static JIPipeNodeDatabasePipelineVisibility fromCategory(JIPipeNodeTypeCategory category)
public boolean matches(JIPipeNodeDatabasePipelineVisibility other)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.