| Package | Description |
|---|---|
| net.sf.okapi.common.pipeline.annotations |
Classes to implement the introspection of pipeline steps.
|
| net.sf.okapi.lib.extra.pipelinebuilder |
| Modifier and Type | Method and Description |
|---|---|
StepParameterType |
ConfigurationParameter.getParameterType()
Gets the type of parameter for this parameter.
|
static StepParameterType |
StepParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepParameterType[] |
StepParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationParameter.setParameterType(StepParameterType parameterType)
Sets the type of parameter for this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
StepParameterType |
XParameter.getType() |
| Constructor and Description |
|---|
XParameter(StepParameterType type,
Object value) |
Copyright © 2021. All rights reserved.