org.jboss.seam.xml.model
Class ParameterXmlItem

java.lang.Object
  extended by org.jboss.seam.xml.model.AbstractXmlItem
      extended by org.jboss.seam.xml.model.ParameterXmlItem
All Implemented Interfaces:
XmlItem
Direct Known Subclasses:
ArrayXmlItem

public class ParameterXmlItem
extends AbstractXmlItem

represents a parameter of a constructor or method

Author:
Stuart Douglas

Field Summary
 
Fields inherited from class org.jboss.seam.xml.model.AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
 
Constructor Summary
ParameterXmlItem(XmlItem parent, Class<?> c, String document, int lineno)
           
 
Method Summary
 Set<TypeOccuranceInformation> getAllowedItem()
           
 
Methods inherited from class org.jboss.seam.xml.model.AbstractXmlItem
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getType, resolveChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterXmlItem

public ParameterXmlItem(XmlItem parent,
                        Class<?> c,
                        String document,
                        int lineno)
Method Detail

getAllowedItem

public Set<TypeOccuranceInformation> getAllowedItem()


Copyright © 2010 Seam Framework. All Rights Reserved.