gate.creole.annotransfer
Class AnnotationSetTransfer.Mapping

java.lang.Object
  extended by gate.creole.annotransfer.AnnotationSetTransfer.Mapping
Enclosing class:
AnnotationSetTransfer

 class AnnotationSetTransfer.Mapping
extends Object


Field Summary
(package private)  String newName
           
(package private)  String oldName
           
 
Constructor Summary
AnnotationSetTransfer.Mapping(String oldName, String newName)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

oldName

String oldName

newName

String newName
Constructor Detail

AnnotationSetTransfer.Mapping

public AnnotationSetTransfer.Mapping(String oldName,
                                     String newName)
Method Detail

toString

public String toString()
Overrides:
toString in class Object