Class AbstractProcessingStepParameter

java.lang.Object
es.uvigo.esei.sing.textproc.step.xml.definition.AbstractProcessingStepParameter
All Implemented Interfaces:
ProcessingStepParameter
Direct Known Subclasses:
BatchSizeProcessingStepParameter, PageSizeProcessingStepParameter, PrimaryKeyColumnProcessingStepParameter, TextColumnProcessingStepParameter, TextDocumentTableNameProcessingStepParameter, TextDocumentWithTitleTableNameProcessingStepParameter, TitleColumnProcessingStepParameter

public abstract class AbstractProcessingStepParameter
extends java.lang.Object
implements ProcessingStepParameter
Contains common logic to all processing step parameters, keeping their code DRY.
Author:
Alejandro González García
See Also:
ProcessingStepParameter
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractProcessingStepParameter()  
  • Method Summary

    Modifier and Type Method Description
    static boolean convertValueToBoolean​(java.lang.String value)
    Converts the value of a parameter to a boolean value.
    java.lang.String getName()
    Retrieves the name of the processing step parameter.
    java.lang.String getValue()
    Returns the value of the processing step parameter.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait