Package com.thortech.xl.gc.vo.designtime
Class SourceValue
java.lang.Object
com.thortech.xl.gc.vo.designtime.SourceValue
- All Implemented Interfaces:
Serializable
This class is a value object that represents the source of a
Transformation
instance on
an AttributeWithSource
.- Version:
- 1.5, Oracle Identity Manager 9.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the field if it is the source.This method returns the name of its dataset (if child) if the source is a field.This method returns the name of its dataset (if parent) if the source is a field.This method returns the value of the literal if it is the source.void
setFieldName
(String fieldName) void
setSourceChDataSetName
(String sourceChDataSetName) void
setSourceData
(String sourceData) void
setStrValue
(String strValue) Sets the literal value of a parameter
-
Constructor Details
-
SourceValue
public SourceValue()
-
-
Method Details
-
setStrValue
Sets the literal value of a parameter- Parameters:
strValue
- literal value
-
getStrValue
This method returns the value of the literal if it is the source.- Returns:
- value of the literal if it is the source. It will be null, if the source is a Field of a dataset.
-
getFieldName
This method returns the name of the field if it is the source.- Returns:
- name of the field if it is the source. It will be null, if the source is a literal.
-
setFieldName
- Parameters:
fieldName
- The fieldName to set.
-
getSourceData
This method returns the name of its dataset (if parent) if the source is a field.- Returns:
- name of its dataset (if parent), if the source is a field. It will be null, if the source is a literal.
-
setSourceData
- Parameters:
sourceData
- The sourceData to set.
-
getSourceChDataSetName
This method returns the name of its dataset (if child) if the source is a field.- Returns:
- name of its dataset (if child) if the source is a field. It will be null, in case the source is a literal.
-
setSourceChDataSetName
-