com.softwareag.centrasite.appl.framework.parser
Class CSAppObjectTypeRefInfo

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.parser.CSAppObjectTypeRefInfo

public class CSAppObjectTypeRefInfo
extends java.lang.Object

Holds information about an instance of CSAppObjectTypeRef, which is being created.


Constructor Summary
CSAppObjectTypeRefInfo(CSAppObjectTypeRef pObjectTypeRef)
          Creates a new instance.
 
Method Summary
 CSAppObjectTypeRef getObjectTypeRef()
          Returns the instance of CSAppObjectTypeRef, which is being created.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSAppObjectTypeRefInfo

public CSAppObjectTypeRefInfo(CSAppObjectTypeRef pObjectTypeRef)
Creates a new instance.

Method Detail

getObjectTypeRef

public CSAppObjectTypeRef getObjectTypeRef()
Returns the instance of CSAppObjectTypeRef, which is being created.