|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ocltf.mapping.Mapping
A single object instance which belongs to Mappings.
Mappings
Constructor Summary | |
Mapping()
|
Method Summary | |
void |
addFrom(java.lang.String from)
Adds the from type to the mapping. |
java.util.Collection |
getFroms()
Return the Collection of froms. |
java.lang.String |
getTo()
Returns the to type for this mapping. |
void |
setTo(java.lang.String to)
Sets the type for this mapping. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Mapping()
Method Detail |
public void addFrom(java.lang.String from)
from
type to the mapping.
from
- the type that we are mapping from.public java.util.Collection getFroms()
public java.lang.String getTo()
public void setTo(java.lang.String to)
to
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |