|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterType | |
---|---|
net.sf.pipet.api | |
net.sf.pipet.param |
Uses of ParameterType in net.sf.pipet.api |
---|
Methods in net.sf.pipet.api that return types with arguments of type ParameterType | |
---|---|
Map<String,ParameterType<?>> |
ModuleDefinition.getGlobalParameters()
|
Map<String,ParameterType<?>> |
ModuleInterface.getGlobalParameters(ModuleAttributes atts)
|
Map<String,ParameterType<?>> |
AbstractModule.getGlobalParameters(ModuleAttributes atts)
|
protected static Map<String,ParameterType<?>> |
AbstractModule.getLeftOver(Map<String,ParameterType<?>> params,
ModuleAttributes atts)
|
Map<String,ParameterType<?>> |
ModuleDefinition.getPipelineParameters()
|
Map<String,ParameterType<?>> |
ModuleInterface.getPipelineParameters(ModuleAttributes atts)
|
Map<String,ParameterType<?>> |
AbstractModule.getPipelineParameters(ModuleAttributes atts)
|
Map<String,ParameterType<?>> |
ModuleDefinition.getRuntimeParameters()
|
Map<String,ParameterType<?>> |
ModuleInterface.getRuntimeParameters(ModuleAttributes atts)
|
Map<String,ParameterType<?>> |
AbstractModule.getRuntimeParameters(ModuleAttributes atts)
|
Method parameters in net.sf.pipet.api with type arguments of type ParameterType | |
---|---|
protected static Map<String,ParameterType<?>> |
AbstractModule.getLeftOver(Map<String,ParameterType<?>> params,
ModuleAttributes atts)
|
Uses of ParameterType in net.sf.pipet.param |
---|
Classes in net.sf.pipet.param that implement ParameterType | |
---|---|
class |
LongClass
|
class |
TextClass
|
Fields in net.sf.pipet.param declared as ParameterType | |
---|---|
static ParameterType<Long> |
ParameterType.LONG
|
static ParameterType<String> |
ParameterType.TEXT
|
Methods in net.sf.pipet.param that return ParameterType | |
---|---|
ParameterType<?> |
TextClass.parseSubclassType(String spec)
|
abstract ParameterType<?> |
ParameterClass.parseSubclassType(String spec)
|
ParameterType<?> |
LongClass.parseSubclassType(String spec)
|
static ParameterType<?> |
ParameterClass.parseType(String spec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |