Uses of Class
org.jboss.seam.xml.util.TypeOccuranceInformation

Packages that use TypeOccuranceInformation
org.jboss.seam.xml.model   
org.jboss.seam.xml.util   
 

Uses of TypeOccuranceInformation in org.jboss.seam.xml.model
 

Methods in org.jboss.seam.xml.model that return types with arguments of type TypeOccuranceInformation
 Set<TypeOccuranceInformation> XmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> ReplacesXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> PropertyXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> ParameterXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> ParametersXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> ModifiesXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> MethodXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> KeyXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> EntryXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> ClassXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> AnnotationXmlItem.getAllowedItem()
           
 Set<TypeOccuranceInformation> AbstractValueXmlItem.getAllowedItem()
           
 

Uses of TypeOccuranceInformation in org.jboss.seam.xml.util
 

Methods in org.jboss.seam.xml.util that return TypeOccuranceInformation
static TypeOccuranceInformation TypeOccuranceInformation.of(XmlItemType type, Integer min, Integer max)
           
 

Method parameters in org.jboss.seam.xml.util with type arguments of type TypeOccuranceInformation
static boolean TypeOccuranceInformation.isTypeInSet(Set<TypeOccuranceInformation> set, XmlItemType type)
           
 



Copyright © 2010 Seam Framework. All Rights Reserved.