public class PropertyXmlItem extends AbstractXmlItem
attributes, document, innerText, javaClass, lineno, parent, type
Constructor and Description |
---|
PropertyXmlItem(XmlItem parent,
Property<Object> property,
String innerText,
Class<?> overridenFieldType,
String document,
int lineno) |
PropertyXmlItem(XmlItem parent,
Property<Object> property,
String innerText,
String document,
int lineno) |
Modifier and Type | Method and Description |
---|---|
Set<TypeOccuranceInformation> |
getAllowedItem() |
Class<?> |
getDeclaringClass() |
Field |
getField()
Returns the field that corresponds to the property, or null if it does not
exist
|
String |
getFieldName() |
Class<?> |
getFieldType() |
FieldValueObject |
getFieldValue() |
Collection<? extends BeanResult<?>> |
getInlineBeans() |
Property<?> |
getProperty() |
boolean |
resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
attempts to resolve any information that is not available at parse time
|
addChild, getAttributes, getChildren, getChildrenOfType, getDocument, getInnerText, getJavaClass, getLineno, getParent, getType
public PropertyXmlItem(XmlItem parent, Property<Object> property, String innerText, String document, int lineno)
public FieldValueObject getFieldValue()
public boolean resolveChildren(javax.enterprise.inject.spi.BeanManager manager)
XmlItem
resolveChildren
in interface XmlItem
resolveChildren
in class AbstractXmlItem
public Field getField()
public Set<TypeOccuranceInformation> getAllowedItem()
public Collection<? extends BeanResult<?>> getInlineBeans()
public Class<?> getDeclaringClass()
public String getFieldName()
public Class<?> getFieldType()
public Property<?> getProperty()
Copyright © 2008–2013 Seam Framework. All rights reserved.