Project Aristotle - ArisID Attribute Services

org.openliberty.arisidbeans
Class ObjRelationParser

java.lang.Object
  extended by org.openliberty.arisidbeans.ObjRelationParser

public class ObjRelationParser
extends java.lang.Object

Class for parsing the ObjectRelations file and creating ObjRelationDescriptor list for all Object relations defined in ObjRelations XML file ObjRelationDescriptor list is used by Bean Generator for generating the additional methods in bean classes


Constructor Summary
ObjRelationParser(java.lang.String objRelationFile, java.lang.String beanName)
           
 
Method Summary
 java.util.List<ObjRelationDescriptor> getObjRelations()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjRelationParser

public ObjRelationParser(java.lang.String objRelationFile,
                         java.lang.String beanName)
                  throws IDBeanException
Throws:
IDBeanException
Method Detail

getObjRelations

public java.util.List<ObjRelationDescriptor> getObjRelations()

OpenLiberty.org - Licensed under Apache APL 2.0