org.jboss.seam.config.xml.model
Class AbstractValueXmlItem

java.lang.Object
  extended by org.jboss.seam.config.xml.model.AbstractXmlItem
      extended by org.jboss.seam.config.xml.model.AbstractValueXmlItem
All Implemented Interfaces:
XmlItem
Direct Known Subclasses:
KeyXmlItem, ValueXmlItem

public abstract class AbstractValueXmlItem
extends AbstractXmlItem


Field Summary
 
Fields inherited from class org.jboss.seam.config.xml.model.AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
 
Constructor Summary
AbstractValueXmlItem(XmlItemType type, XmlItem parent, Class<?> javaClass, String innerText, Map<String,String> attributes, String document, int lineno)
           
 
Method Summary
 Set<TypeOccuranceInformation> getAllowedItem()
           
 BeanResult<?> getBeanResult(BeanManager manager)
           
 int getSyntheticQualifierId()
           
 FieldValue getValue()
           
 
Methods inherited from class org.jboss.seam.config.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

AbstractValueXmlItem

public AbstractValueXmlItem(XmlItemType type,
                            XmlItem parent,
                            Class<?> javaClass,
                            String innerText,
                            Map<String,String> attributes,
                            String document,
                            int lineno)
Method Detail

getAllowedItem

public Set<TypeOccuranceInformation> getAllowedItem()

getBeanResult

public BeanResult<?> getBeanResult(BeanManager manager)

getSyntheticQualifierId

public int getSyntheticQualifierId()

getValue

public FieldValue getValue()


Copyright © 2011 Seam Framework. All Rights Reserved.