com.gomjabbar.meta.patterns.bnd
Class NamePatternVirtualChild

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

public class NamePatternVirtualChild
extends java.lang.Object
implements INamePatternChild


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

Constructor Detail

NamePatternVirtualChild

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

getText

public java.lang.String getText()

setParent

public void setParent(NamePattern p_parent)
Specified by:
setParent in interface INamePatternChild

getParentNamePattern

public NamePattern getParentNamePattern()
Specified by:
getParentNamePattern in interface INamePatternChild