org.jboss.seam.xml.util
Class TypeOccuranceInformation
java.lang.Object
org.jboss.seam.xml.util.TypeOccuranceInformation
public class TypeOccuranceInformation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeOccuranceInformation
public TypeOccuranceInformation(XmlItemType type,
Integer minOccurances,
Integer maxOccurances)
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.