|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlItemType | |
|---|---|
| org.jboss.seam.xml.model | |
| org.jboss.seam.xml.util | |
| Uses of XmlItemType in org.jboss.seam.xml.model |
|---|
| Fields in org.jboss.seam.xml.model declared as XmlItemType | |
|---|---|
protected XmlItemType |
AbstractXmlItem.type
|
| Methods in org.jboss.seam.xml.model that return XmlItemType | |
|---|---|
XmlItemType |
XmlItem.getType()
|
XmlItemType |
AbstractXmlItem.getType()
|
static XmlItemType |
XmlItemType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlItemType[] |
XmlItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.jboss.seam.xml.model with parameters of type XmlItemType | |
|---|---|
AbstractValueXmlItem(XmlItemType type,
XmlItem parent,
Class<?> javaClass,
String innerText,
Map<String,String> attributes,
String document,
int lineno)
|
|
AbstractXmlItem(XmlItemType type,
XmlItem parent,
Class<?> javaClass,
String innerText,
Map<String,String> attributes,
String document,
int lineno)
|
|
| Uses of XmlItemType in org.jboss.seam.xml.util |
|---|
| Methods in org.jboss.seam.xml.util that return XmlItemType | |
|---|---|
XmlItemType |
TypeOccuranceInformation.getType()
|
| Methods in org.jboss.seam.xml.util with parameters of type XmlItemType | |
|---|---|
static boolean |
TypeOccuranceInformation.isTypeInSet(Set<TypeOccuranceInformation> set,
XmlItemType type)
|
static TypeOccuranceInformation |
TypeOccuranceInformation.of(XmlItemType type,
Integer min,
Integer max)
|
| Constructors in org.jboss.seam.xml.util with parameters of type XmlItemType | |
|---|---|
TypeOccuranceInformation(XmlItemType type,
Integer minOccurances,
Integer maxOccurances)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||