|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.tools.resources.serialization.AttributeDescription
Constructor Summary | |
AttributeDescription(Attribute attribute,
java.lang.Object value)
Constructor. |
Method Summary | |
Attribute |
getAttribute()
Get the attribute itself. |
java.lang.String |
getClassName()
Get the attribute class name |
java.lang.String |
getName()
Get the attribute name. |
java.lang.Object |
getValue()
Get the attribute value |
void |
setValue(java.lang.Object value)
Set the attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeDescription(Attribute attribute, java.lang.Object value)
attribute
- the attribute itselfvalue
- the attribute value.Method Detail |
public java.lang.String getClassName()
public java.lang.String getName()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public Attribute getAttribute()
Attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |