Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.module |
Modifier and Type | Method and Description |
---|---|
static ItemIO |
ItemIO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemIO[] |
ItemIO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemIO |
CommandModuleItem.getIOType() |
Modifier and Type | Method and Description |
---|---|
ItemIO |
ModuleItem.getIOType()
Gets the input/output type of the item.
|
ItemIO |
DefaultMutableModuleItem.getIOType() |
ItemIO |
AbstractModuleItem.getIOType() |
Modifier and Type | Method and Description |
---|---|
void |
MutableModuleItem.setIOType(ItemIO ioType) |
void |
DefaultMutableModuleItem.setIOType(ItemIO ioType) |
Copyright © 2015–2022 SciJava. All rights reserved.