oracle.toplink.tools.builderreader.parser
Class ObjectDefinition

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

public class ObjectDefinition
extends java.lang.Object

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


Method Summary
TypeMethod
 SectionDefinition getSectionDef(INISection section)
          Deprecated.  
 java.util.Vector getSectionDefs(INISection section)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSectionDef

public SectionDefinition getSectionDef(INISection section)
Deprecated. 

getSectionDefs

public java.util.Vector getSectionDefs(INISection section)
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object