|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcon.data.MappedTransform
public class MappedTransform
A transform that uses a Map to translate between the domain and range.
| Constructor Summary | |
|---|---|
MappedTransform()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getMapping()
|
void |
setMapping(java.util.Map newMapping)
|
java.lang.Object |
transform(java.lang.Object original)
Our one method; this transforms one object into another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappedTransform()
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object original)
ObjectTransform
transform in interface ObjectTransformpublic java.util.Map getMapping()
public void setMapping(java.util.Map newMapping)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||