public class AttributeDescriptor extends NodeDescriptor
AttributeDescriptor describes the XML attributes
to be created for a bean instance.
| Constructor and Description |
|---|
AttributeDescriptor()
Base constructor
|
AttributeDescriptor(String localName)
Creates a AttributeDescriptor with no namespace URI or prefix
|
AttributeDescriptor(String localName,
String qualifiedName,
String uri)
Creates a AttributeDescriptor with namespace URI and qualified name
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Return something useful for logging
|
getLocalName, getQualifiedName, getURI, setLocalName, setQualifiedName, setURIgetOptions, getPropertyName, getPropertyType, getSingularPropertyType, getTextExpression, getUpdater, setOptions, setPropertyName, setPropertyType, setSingularPropertyType, setTextExpression, setUpdaterpublic AttributeDescriptor()
public AttributeDescriptor(String localName)
localName - the local name for the attribute, excluding any namespace prefixpublic AttributeDescriptor(String localName, String qualifiedName, String uri)
localName - the local name for the attribute, excluding any namespace prefixqualifiedName - the fully quanified name, including the namespace prefixuri - the namespace for the attribute - or "" for no namespaceCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.