|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.xml.mapping.AttributeDescriptor
public final class AttributeDescriptor
Descriptor for an xml attribute.
Instances of this class are immutable and thread safe.
| Constructor Summary | |
|---|---|
AttributeDescriptor(QName name)
Constructs a new AttributeDescriptor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
QName |
getName()
Returns the name of the attribute. |
XmlNodeType |
getType()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeDescriptor(QName name)
AttributeDescriptor.
name - the name of the attribute| Method Detail |
|---|
public XmlNodeType getType()
getType in interface NodeDescriptor<XmlNodeType>public QName getName()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||