oracle.toplink.tools.builderreader.parser
Class LineDefinition

java.lang.Object
  |
  +--oracle.toplink.tools.builderreader.parser.Definition
        |
        +--oracle.toplink.tools.builderreader.parser.LineDefinition

public class LineDefinition
extends Definition

OBSOLETE: This class in now obsolete as the Builder file format has been upgraded to use XML.


Method Summary
TypeMethod
 java.lang.reflect.Method getSetMethod()
          Deprecated.  
 
Methods inherited from class oracle.toplink.tools.builderreader.parser.Definition
addModifyReceiverMethod, fullString, getToken, setSetMethod, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSetMethod

public java.lang.reflect.Method getSetMethod()
Deprecated. 
Overrides:
getSetMethod in class Definition