Uses of Class
org.scijava.ops.parser.OpParameter.IO_TYPE
-
-
Uses of OpParameter.IO_TYPE in org.scijava.ops.parser
Fields in org.scijava.ops.parser declared as OpParameter.IO_TYPE Modifier and Type Field Description protected OpParameter.IO_TYPEOpParameter. ioTypeMethods in org.scijava.ops.parser that return OpParameter.IO_TYPE Modifier and Type Method Description static OpParameter.IO_TYPEOpParameter.IO_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static OpParameter.IO_TYPE[]OpParameter.IO_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.scijava.ops.parser with parameters of type OpParameter.IO_TYPE Constructor Description OpParameter(String name, String type, OpParameter.IO_TYPE ioType, String description)Default constructor
-