org.eclipse.emf.mwe.utils
Class Mapping

java.lang.Object
  extended by org.eclipse.emf.mwe.utils.Mapping

public class Mapping
extends Object

Simple structure representing a mapping from String to String.


Constructor Summary
Mapping()
           
Mapping(String from, String to)
           
 
Method Summary
 String getFrom()
           
 String getTo()
           
 void setFrom(String from)
           
 void setTo(String to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()

Mapping

public Mapping(String from,
               String to)
Method Detail

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getTo

public String getTo()

setTo

public void setTo(String to)


Copyright © 2015. All rights reserved.