de.ukn.hci.squidy.manager.data.attribute
Interface IDataAttribute<S extends IDataAttribute<S,T>,T>

All Known Implementing Classes:
StringAttribute

public interface IDataAttribute<S extends IDataAttribute<S,T>,T>

IDataAttribute.

 Date: Nov 8, 2008
 Time: 12:18:51 PM
 

Since:
1.1.0
Version:
$Id: IDataAttribute.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman.Raedle@uni-konstanz.de, University of Konstanz

Method Summary
 S getClone()
          Returns a clone of the current attribute.
 T getValue()
          Returns the actual value of the attribute.
 

Method Detail

getValue

T getValue()
Returns the actual value of the attribute.

Returns:
The actual value of the attribute.

getClone

S getClone()
Returns a clone of the current attribute.

Returns:
Clone of the attribute.


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.