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