oracle.toplink.tools.builderreader.parser
Class ReferenceSectionDefinition

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

public class ReferenceSectionDefinition
extends SectionDefinition

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


Constructor Summary
ReferenceSectionDefinition(java.lang.String mapName, java.lang.Class aClass, SectionDefinition parentDef, int min, int max, ObjectDefinition objectDef, ObjectDefinition refDef)
          Deprecated. ReferenceSectionDefinition constructor comment.
 
Methods inherited from class oracle.toplink.tools.builderreader.parser.SectionDefinition
add, add, add, fullString, getJavaClass, getLineDef, getLineDefs, isAllOnlyAttribute, isSkipAll, skip, skipAll
 
Methods inherited from class oracle.toplink.tools.builderreader.parser.Definition
addModifyReceiverMethod, getSetMethod, getToken, setSetMethod, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceSectionDefinition

public ReferenceSectionDefinition(java.lang.String mapName,
                                  java.lang.Class aClass,
                                  SectionDefinition parentDef,
                                  int min,
                                  int max,
                                  ObjectDefinition objectDef,
                                  ObjectDefinition refDef)
Deprecated. 
ReferenceSectionDefinition constructor comment.
Parameters:
mapName - java.lang.String
aClass - java.lang.Class
parentDef - SectionDefinition
min - int
max - int
objectDef - ObjectDefinition