org.jboss.seam.xml.util
Class TypeOccuranceInformation

java.lang.Object
  extended by org.jboss.seam.xml.util.TypeOccuranceInformation

public class TypeOccuranceInformation
extends Object


Constructor Summary
TypeOccuranceInformation(XmlItemType type, Integer minOccurances, Integer maxOccurances)
           
 
Method Summary
 Integer getMaxOccurances()
           
 Integer getMinOccurances()
           
 XmlItemType getType()
           
static boolean isTypeInSet(Set<TypeOccuranceInformation> set, XmlItemType type)
           
static TypeOccuranceInformation of(XmlItemType type, Integer min, Integer max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeOccuranceInformation

public TypeOccuranceInformation(XmlItemType type,
                                Integer minOccurances,
                                Integer maxOccurances)
Method Detail

getType

public XmlItemType getType()

getMinOccurances

public Integer getMinOccurances()

getMaxOccurances

public Integer getMaxOccurances()

of

public static TypeOccuranceInformation of(XmlItemType type,
                                          Integer min,
                                          Integer max)

isTypeInSet

public static boolean isTypeInSet(Set<TypeOccuranceInformation> set,
                                  XmlItemType type)


Copyright © 2010 Seam Framework. All Rights Reserved.