public class SourceValue
extends java.lang.Object
implements java.io.Serializable
Transformation instance on
an AttributeWithSource.AttributeWithSource,
Transformation,
Serialized Form| Constructor and Description |
|---|
SourceValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName()
This method returns the name of the field if it is the source.
|
java.lang.String |
getSourceChDataSetName()
This method returns the name of its dataset (if child) if the source is a field.
|
java.lang.String |
getSourceData()
This method returns the name of its dataset (if parent) if the source is a field.
|
java.lang.String |
getStrValue()
This method returns the value of the literal if it is the source.
|
void |
setFieldName(java.lang.String fieldName) |
void |
setSourceChDataSetName(java.lang.String sourceChDataSetName) |
void |
setSourceData(java.lang.String sourceData) |
void |
setStrValue(java.lang.String strValue)
Sets the literal value of a parameter
|
public void setStrValue(java.lang.String strValue)
strValue - literal valuepublic java.lang.String getStrValue()
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
fieldName - The fieldName to set.public java.lang.String getSourceData()
public void setSourceData(java.lang.String sourceData)
sourceData - The sourceData to set.public java.lang.String getSourceChDataSetName()
public void setSourceChDataSetName(java.lang.String sourceChDataSetName)