com.gomjabbar.meta.patterns.bnd
Class PrimitiveTypePattern
java.lang.Object
|
+--com.gomjabbar.meta.patterns.bnd.PrimitiveTypePattern
- All Implemented Interfaces:
- IArrayTypePatternChild, ITypePatternChild
- public class PrimitiveTypePattern
- extends java.lang.Object
- implements ITypePatternChild, IArrayTypePatternChild
Element | Children Multiplicity | Eventual Parents |
---|
primitive-type-pattern | | type-pattern [1] array-type-pattern [1] |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveTypePattern
public PrimitiveTypePattern(AbstractBindingFactory p_factory)
setParent
public void setParent(TypePattern p_parent)
- Specified by:
setParent
in interface ITypePatternChild
getParentTypePattern
public TypePattern getParentTypePattern()
- Specified by:
getParentTypePattern
in interface ITypePatternChild
setParent
public void setParent(ArrayTypePattern p_parent)
- Specified by:
setParent
in interface IArrayTypePatternChild
getParentArrayTypePattern
public ArrayTypePattern getParentArrayTypePattern()
- Specified by:
getParentArrayTypePattern
in interface IArrayTypePatternChild
getType
public PrimitiveTypePatternTypeEnum getType()
setType
public void setType(PrimitiveTypePatternTypeEnum p_Type)
getChildrenList
public IPrimitiveTypePatternChild[] getChildrenList()
addText
public void addText(java.lang.String p_text)