Uses of Class
net.sf.okapi.common.pipeline.annotations.StepParameterType
-
Packages that use StepParameterType Package Description net.sf.okapi.common.pipeline.annotations Classes to implement the introspection of pipeline steps.net.sf.okapi.common.pipelinebuilder -
-
Uses of StepParameterType in net.sf.okapi.common.pipeline.annotations
Methods in net.sf.okapi.common.pipeline.annotations that return StepParameterType Modifier and Type Method Description StepParameterTypeConfigurationParameter. getParameterType()Gets the type of parameter for this parameter.StepParameterTypeparameterType()static StepParameterTypeStepParameterType. 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.Methods in net.sf.okapi.common.pipeline.annotations with parameters of type StepParameterType Modifier and Type Method Description voidConfigurationParameter. setParameterType(StepParameterType parameterType)Sets the type of parameter for this parameter. -
Uses of StepParameterType in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return StepParameterType Modifier and Type Method Description StepParameterTypeXParameter. getType()Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type StepParameterType Constructor Description XParameter(StepParameterType type, Object value)
-