com.gomjabbar.meta.patterns.bnd
Class ConstructorPatternVirtualChild

java.lang.Object
  |
  +--com.gomjabbar.meta.patterns.bnd.ConstructorPatternVirtualChild
All Implemented Interfaces:
IConstructorPatternChild

public class ConstructorPatternVirtualChild
extends java.lang.Object
implements IConstructorPatternChild


Constructor Summary
ConstructorPatternVirtualChild(java.lang.String p_text)
           
 
Method Summary
 ConstructorPattern getParentConstructorPattern()
           
 java.lang.String getText()
           
 void setParent(ConstructorPattern p_parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorPatternVirtualChild

public ConstructorPatternVirtualChild(java.lang.String p_text)
Method Detail

getText

public java.lang.String getText()

setParent

public void setParent(ConstructorPattern p_parent)
Specified by:
setParent in interface IConstructorPatternChild

getParentConstructorPattern

public ConstructorPattern getParentConstructorPattern()
Specified by:
getParentConstructorPattern in interface IConstructorPatternChild