Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

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
 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

Copyright © 2003 Oracle Corporation. All Rights Reserved.