public class TypeOccuranceInformation extends Object
Constructor and Description |
---|
TypeOccuranceInformation(XmlItemType type,
Integer minOccurances,
Integer maxOccurances) |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxOccurances() |
Integer |
getMinOccurances() |
XmlItemType |
getType() |
static boolean |
isTypeInSet(Set<TypeOccuranceInformation> set,
XmlItemType type) |
static TypeOccuranceInformation |
of(XmlItemType type,
Integer min,
Integer max) |
public TypeOccuranceInformation(XmlItemType type, Integer minOccurances, Integer maxOccurances)
public XmlItemType getType()
public Integer getMinOccurances()
public Integer getMaxOccurances()
public static TypeOccuranceInformation of(XmlItemType type, Integer min, Integer max)
public static boolean isTypeInSet(Set<TypeOccuranceInformation> set, XmlItemType type)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.