Method Summary |
|
public void | addFrom(String from) Adds the from type to the mapping. |
public void | addPath(String path) Adds the path to the listof paths. |
public Collection | getFroms() Return the Collection of froms. |
public String | getTo() Returns the to type for this mapping. |
final void | setMappings(Mappings mappings) Sets the mappings to which this Mapping instance
belongs. |
public void | setTo(String to) Sets the type for this mapping. |
public String | toString() Returns a String representation of this mapping in the form of from1, from2, from3 --> to . |