| Package | Description |
|---|---|
| org.jboss.solder.config.xml.model | |
| org.jboss.solder.config.xml.util |
| Modifier and Type | Field and Description |
|---|---|
protected XmlItemType |
AbstractXmlItem.type |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
XmlItemType |
TypeOccuranceInformation.getType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeOccuranceInformation.isTypeInSet(Set<TypeOccuranceInformation> set,
XmlItemType type) |
static TypeOccuranceInformation |
TypeOccuranceInformation.of(XmlItemType type,
Integer min,
Integer max) |
| Constructor and Description |
|---|
TypeOccuranceInformation(XmlItemType type,
Integer minOccurances,
Integer maxOccurances) |
Copyright © 2008–2013 Seam Framework. All rights reserved.