public class CompositePluralAttributeElementSourceImpl extends Object implements CompositePluralAttributeElementSource
Constructor and Description |
---|
CompositePluralAttributeElementSourceImpl(JaxbCompositeElementElement compositeElement,
LocalBindingContext bindingContext) |
Modifier and Type | Method and Description |
---|---|
Iterable<AttributeSource> |
attributeSources()
Obtain this container's attribute sources.
|
String |
getClassName() |
ValueHolder<Class<?>> |
getClassReference() |
String |
getExplicitTuplizerClassName() |
LocalBindingContext |
getLocalBindingContext()
Obtain the local binding context associated with this container.
|
PluralAttributeElementNature |
getNature() |
String |
getParentReferenceAttributeName() |
String |
getPath()
Obtain the path used to uniquely identify this container.
|
public CompositePluralAttributeElementSourceImpl(JaxbCompositeElementElement compositeElement, LocalBindingContext bindingContext)
public PluralAttributeElementNature getNature()
getNature
in interface PluralAttributeElementSource
public String getClassName()
getClassName
in interface CompositePluralAttributeElementSource
public ValueHolder<Class<?>> getClassReference()
getClassReference
in interface CompositePluralAttributeElementSource
public String getParentReferenceAttributeName()
getParentReferenceAttributeName
in interface CompositePluralAttributeElementSource
public String getExplicitTuplizerClassName()
getExplicitTuplizerClassName
in interface CompositePluralAttributeElementSource
public String getPath()
AttributeSourceContainer
getPath
in interface AttributeSourceContainer
public Iterable<AttributeSource> attributeSources()
AttributeSourceContainer
attributeSources
in interface AttributeSourceContainer
public LocalBindingContext getLocalBindingContext()
AttributeSourceContainer
getLocalBindingContext
in interface AttributeSourceContainer
Copyright © 2018 JBoss by Red Hat. All rights reserved.