Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.tools.builderreader.parser
Class SectionDefinition

java.lang.Object
  extended byoracle.toplink.tools.builderreader.parser.Definition
      extended byoracle.toplink.tools.builderreader.parser.SectionDefinition

Direct Known Subclasses:
ReferenceSectionDefinition

public class SectionDefinition
extends Definition

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


Constructor Summary
SectionDefinition(java.lang.String token, java.lang.Class aClass, SectionDefinition parent, int min, int max, ObjectDefinition objectDef)
Deprecated.

Method Summary
LineDefinition add(LineDefinition lineDef)
Deprecated.
LineDefinition add(java.lang.String token, int min, int max, java.lang.Class receiver, java.lang.String setMethodName, java.lang.Class[] setParms, java.lang.String getMethodName)
Deprecated. Add a line def which is applied to the section def's target
LineDefinition add(java.lang.String token, int min, int max, java.lang.Class receiver, java.lang.String setMethodName, java.lang.Class[] setParms, java.lang.String getMethodName, java.lang.String[] modifyMethods)
Deprecated. Add a line def which is applied to the section def's target
java.lang.String fullString()
Deprecated.
java.lang.Class getJavaClass()
Deprecated.
LineDefinition getLineDef(INILine iniLine)
Deprecated.
java.util.Vector getLineDefs()
Deprecated.
boolean isAllOnlyAttribute()
Deprecated.
boolean isSkipAll()
Deprecated.
void skip(java.lang.String token)
Deprecated. This method will add a mapping to skip the provided token.
void skipAll()
Deprecated. This method will add a mapping to skip the provided token.

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

SectionDefinition

public SectionDefinition(java.lang.String token,
                         java.lang.Class aClass,
                         SectionDefinition parent,
                         int min,
                         int max,
                         ObjectDefinition objectDef)
Deprecated.

Method Detail

add

public LineDefinition add(java.lang.String token,
                          int min,
                          int max,
                          java.lang.Class receiver,
                          java.lang.String setMethodName,
                          java.lang.Class[] setParms,
                          java.lang.String getMethodName)
Deprecated.
Add a line def which is applied to the section def's target

add

public LineDefinition add(java.lang.String token,
                          int min,
                          int max,
                          java.lang.Class receiver,
                          java.lang.String setMethodName,
                          java.lang.Class[] setParms,
                          java.lang.String getMethodName,
                          java.lang.String[] modifyMethods)
Deprecated.
Add a line def which is applied to the section def's target

add

public LineDefinition add(LineDefinition lineDef)
Deprecated.

fullString

public java.lang.String fullString()
Deprecated.
Overrides:
fullString in class Definition

getJavaClass

public java.lang.Class getJavaClass()
Deprecated.

getLineDef

public LineDefinition getLineDef(INILine iniLine)
Deprecated.

getLineDefs

public java.util.Vector getLineDefs()
Deprecated.

isAllOnlyAttribute

public boolean isAllOnlyAttribute()
Deprecated.

isSkipAll

public boolean isSkipAll()
Deprecated.

skip

public void skip(java.lang.String token)
Deprecated.
This method will add a mapping to skip the provided token. If the token is encountered skipping it will not generate an IGNORE debug message

skipAll

public void skipAll()
Deprecated.
This method will add a mapping to skip the provided token. If the token is encountered skipping it will not generate an IGNORE debug message

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.