|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jsefa.xml.lowlevel.model.AttributeImpl
public final class AttributeImpl
Implementation of Attribute
.
Instances of this class are immutable and thread safe.
Constructor Summary | |
---|---|
AttributeImpl(QName name,
String value)
Constructs a new AttributeImpl . |
Method Summary | |
---|---|
QName |
getName()
Returns the name of the attribute. |
String |
getValue()
Returns the value of the attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeImpl(QName name, String value)
AttributeImpl
.
name
- the name of the attributevalue
- the value of the attributeMethod Detail |
---|
public QName getName()
getName
in interface Attribute
public String getValue()
getValue
in interface Attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |