org.openemcee.microflow.impl
Class ValidatorConfigImpl

java.lang.Object
  extended byorg.openemcee.microflow.impl.ValidatorConfigImpl

public class ValidatorConfigImpl
extends java.lang.Object

Author:
Scott Schenkein

Constructor Summary
ValidatorConfigImpl()
          Creates a new instance of ValidatorConfigImpl
 
Method Summary
 void addParameter(java.lang.String key, java.lang.String value)
           
 KVParams getKVParams()
          Getter for property params.
 java.lang.Class getValidatorType()
          Getter for property validatorType.
 void setValidatorClassName(java.lang.String validatorClassName)
           
 void setValidatorType(java.lang.Class validatorType)
          Setter for property validatorType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorConfigImpl

public ValidatorConfigImpl()
Creates a new instance of ValidatorConfigImpl

Method Detail

getValidatorType

public java.lang.Class getValidatorType()
Getter for property validatorType.

Returns:
Value of property validatorType.

setValidatorType

public void setValidatorType(java.lang.Class validatorType)
Setter for property validatorType.

Parameters:
validatorType - New value of property validatorType.

setValidatorClassName

public void setValidatorClassName(java.lang.String validatorClassName)
                           throws java.lang.ClassNotFoundException,
                                  CreationException
Throws:
java.lang.ClassNotFoundException
CreationException

addParameter

public void addParameter(java.lang.String key,
                         java.lang.String value)

getKVParams

public KVParams getKVParams()
Getter for property params.

Returns:
Value of property params.


OpenEmcee Microflow Engine for Java: All software and content contained herein is subject to the Mozilla public license v1.1.
SourceForge.net Logo