fr.ove.openmath.jome.ctrl.mml
Class Attribute

java.lang.Object
  extended byfr.ove.openmath.jome.ctrl.mml.Attribute

public class Attribute
extends java.lang.Object

A class for the representation of an attribute (pair name/value).

Version:
1.0 25/05/2000
Author:
© 2000 DIRAT Laurent

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

Attribute

public Attribute()
Method Detail

setName

public void setName(java.lang.String name)
Sets the name of the attribute.

Parameters:
name - the name of the attribute.

getName

public java.lang.String getName()
Returns the name of the attribute.


setValue

public void setValue(java.lang.String value)
Sets the value of the attribute.

Parameters:
value - the value of the attribute.

getValue

public java.lang.String getValue()
Returns the value of the attribute.


toString

public java.lang.String toString()
Returns the string representation of the attribute.



Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.