de.janrufmonitor.framework
Interface IAttribute


public interface IAttribute

This interface must be implemented by a Attribute object, which should be used in the framework.

Author:
Thilo Brandt

Method Summary
 String getName()
          Gets the name of the attribute.
 String getValue()
          Gets the value of the attribute.
 void setName(String name)
          Sets the name of an attribute.
 void setValue(String value)
          Sets the value of an attribute.
 

Method Detail

setName

void setName(String name)
Sets the name of an attribute.

Parameters:
name - name of the attribute to be set

setValue

void setValue(String value)
Sets the value of an attribute.

Parameters:
value - value of the attribute to be set

getName

String getName()
Gets the name of the attribute.

Returns:
name of the attribute

getValue

String getValue()
Gets the value of the attribute.

Returns:
value of the attribute


Copyright © 2010 by Thilo Brandt. All Rights Reserved.