com.ibm.as400.ui.tools
Class DataBeanParser

java.lang.Object
  extended by com.ibm.as400.ui.tools.DataBeanParser

public class DataBeanParser
extends Object


Constructor Summary
Constructor and Description
DataBeanParser(File file)
           
DataBeanParser(String sFile)
           
 
Method Summary
Modifier and Type Method and Description
 String getBaseClassName()
           
 Vector getBody()
           
 String getClassName()
           
 Vector getHeaders()
           
 Vector getInterfaces()
           
 Vector getLoadMethod()
           
 Vector getTrailers()
           
 boolean hasCapabilities()
           
 boolean hasDateImport()
           
 boolean hasGetMethod(String s)
           
 boolean hasGetSetMethod(String s)
           
 boolean hasImport()
           
 boolean hasMemberVariable(String s)
           
 boolean hasSave()
           
 boolean hasVerify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBeanParser

public DataBeanParser(String sFile)
               throws FileNotFoundException,
                      IOException
Throws:
FileNotFoundException
IOException

DataBeanParser

public DataBeanParser(File file)
               throws FileNotFoundException,
                      IOException
Throws:
FileNotFoundException
IOException
Method Detail

getClassName

public String getClassName()

getBaseClassName

public String getBaseClassName()

getInterfaces

public Vector getInterfaces()

getHeaders

public Vector getHeaders()

getTrailers

public Vector getTrailers()

getBody

public Vector getBody()

getLoadMethod

public Vector getLoadMethod()

hasGetSetMethod

public boolean hasGetSetMethod(String s)

hasGetMethod

public boolean hasGetMethod(String s)

hasMemberVariable

public boolean hasMemberVariable(String s)

hasImport

public boolean hasImport()

hasDateImport

public boolean hasDateImport()

hasSave

public boolean hasSave()

hasVerify

public boolean hasVerify()

hasCapabilities

public boolean hasCapabilities()