|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.thortech.xl.gc.vo.designtime.Transformation
public class Transformation
This class is a value object that represents a transformation. Any AttributeWithSource or TargetAttribute should contain an instance of this value object.
AttributeWithSource, TargetAttribute, Serialized Form| Constructor Summary | |
|---|---|
Transformation() |
|
| Method Summary | |
|---|---|
void |
addTransformationParameter(SourceValue val)This method sets the parameter details of a transformation instance, corresponding to the input SourceValue. |
java.util.HashMap |
getHmSourceAttributes()This method returns the parameter details of the transformation |
java.lang.String |
getStrTransformationName()This method returns the name of the transformation provider implementation |
void |
setHmSourceAttributes(java.util.HashMap hmSourceAttributes)sets the parameter details of a transformation. |
void |
setStrTransformationName(java.lang.String strTransformationName)sets the transformation name |
java.lang.String |
toString()This method returns a String representation of an entire transformation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Transformation()
| Method Detail |
|---|
public void setStrTransformationName(java.lang.String strTransformationName)
strTransformationName - transformation namepublic java.lang.String getStrTransformationName()
public java.util.HashMap getHmSourceAttributes()
SourceValue)--->>public void setHmSourceAttributes(java.util.HashMap hmSourceAttributes)
hmSourceAttributes - hashmap containing parameter details. LinkedHashMap<String, SourceValue> hmSourceAttributes; String: <ParameterName>, If parameter value is coming from a literal, SourceValue.strValue=<ParameterValue>; elseif parameter value is coming from a field SourceValue.strValue=null and SourceValue.attr=<attribute>.public void addTransformationParameter(SourceValue val)
SourceValue.val - Input instance of SourceValue containing the transformation parameter source details.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||