Skip navigation links


com.thortech.xl.gc.vo.designtime
Class Validation

java.lang.Object
  extended by com.thortech.xl.gc.vo.designtime.Validation

All Implemented Interfaces:
java.io.Serializable

public class Validation
extends java.lang.Object
implements java.io.Serializable

This class is a value object that represents a validation. Any Attribute, which is a member of the "Source" dataset, might contain an instance of this value object.

See Also:
Attribute, Serialized Form

Constructor Summary
Validation()
           

 

Method Summary
 void addParameter(java.lang.String name, java.lang.String val)
           
 java.util.Hashtable getParam()
          This method returns the parameter details of the validation
 java.lang.String getValidationName()
          This method returns the name of the validation provider implementation
 void setParam(java.util.Hashtable param)
           
 void setValidationName(java.lang.String validationName)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Validation

public Validation()

Method Detail

getParam

public java.util.Hashtable getParam()
This method returns the parameter details of the validation
Returns:
Hashtable containing parameter details of this validation. It contains the field-value pairs in the following manner: <<---------Key---------------->> || <<------------Value----------->> <<---Parameter Name(String)--->> || <<---Parameter Name(String)--->>

setParam

public void setParam(java.util.Hashtable param)

addParameter

public void addParameter(java.lang.String name,
                         java.lang.String val)

getValidationName

public java.lang.String getValidationName()
This method returns the name of the validation provider implementation
Returns:
Name of the validation provider implementation, as specified in the provider XML

setValidationName

public void setValidationName(java.lang.String validationName)

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.