|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.openmath.jome.ctrl.mml.Attribute
A class for the representation of an attribute (pair name/value).
| Constructor Summary | |
Attribute()
|
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of the attribute. |
java.lang.String |
getValue()
Returns the value of the attribute. |
void |
setName(java.lang.String name)
Sets the name of the attribute. |
void |
setValue(java.lang.String value)
Sets the value of the attribute. |
java.lang.String |
toString()
Returns the string representation of the attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Attribute()
| Method Detail |
public void setName(java.lang.String name)
name - the name of the attribute.public java.lang.String getName()
public void setValue(java.lang.String value)
value - the value of the attribute.public java.lang.String getValue()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||