com.gomjabbar.meta.patterns.bnd
Class InterfacePatterns

java.lang.Object
  |
  +--com.gomjabbar.meta.patterns.bnd.InterfacePatterns
All Implemented Interfaces:
IClassPatternChild, IMultipleClassPatternRefHolder

public class InterfacePatterns
extends java.lang.Object
implements IClassPatternChild, IMultipleClassPatternRefHolder

ElementChildren MultiplicityEventual Parents
interface-patternsclass-pattern-ref [0:n]class-pattern [1]


Constructor Summary
InterfacePatterns(AbstractBindingFactory p_factory)
           
 
Method Summary
 void add(ClassPatternRef p_child)
           
 void addText(java.lang.String p_text)
           
 IInterfacePatternsChild[] getChildrenList()
           
 ClassPatternRef[] getClassPatternRefChildrenList()
           
 ClassPattern getParentClassPattern()
           
 void setParent(ClassPattern p_parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfacePatterns

public InterfacePatterns(AbstractBindingFactory p_factory)
Method Detail

setParent

public void setParent(ClassPattern p_parent)
Specified by:
setParent in interface IClassPatternChild

getParentClassPattern

public ClassPattern getParentClassPattern()
Specified by:
getParentClassPattern in interface IClassPatternChild

getChildrenList

public IInterfacePatternsChild[] getChildrenList()

addText

public void addText(java.lang.String p_text)

getClassPatternRefChildrenList

public ClassPatternRef[] getClassPatternRefChildrenList()
Specified by:
getClassPatternRefChildrenList in interface IMultipleClassPatternRefHolder

add

public void add(ClassPatternRef p_child)
Specified by:
add in interface IMultipleClassPatternRefHolder