Package com.thortech.xl.gc.vo.designtime
Class Validation
java.lang.Object
com.thortech.xl.gc.vo.designtime.Validation
- All Implemented Interfaces:
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.- Version:
- 1.5, Oracle Identity Manager 9.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParameter(String name, String val) getParam()This method returns the parameter details of the validationThis method returns the name of the validation provider implementationvoidvoidsetValidationName(String validationName)
-
Constructor Details
-
Validation
public Validation()
-
-
Method Details
-
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
-
addParameter
-
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
-