|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.betwixt.NodeDescriptor
org.apache.commons.betwixt.AttributeDescriptor
AttributeDescriptor describes the XML attributes
to be created for a bean instance.
| Field Summary |
| Fields inherited from class org.apache.commons.betwixt.NodeDescriptor |
|
| Constructor Summary | |
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 |
|
| Method Summary | |
String |
toString()
Return something useful for logging |
| Methods inherited from class org.apache.commons.betwixt.NodeDescriptor |
getLocalName, getPropertyName, getPropertyType, getQualifiedName, getSingularPropertyType, getTextExpression, getUpdater, getURI, setLocalName, setPropertyName, setPropertyType, setQualifiedName, setSingularPropertyType, setTextExpression, setUpdater, setURI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AttributeDescriptor()
public AttributeDescriptor(String localName)
localName - the local name for the attribute, excluding any namespace prefix
public 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 namespace| Method Detail |
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||