de.ukn.hci.squidy.manager.data.attribute.impl
Class StringAttribute

java.lang.Object
  extended by de.ukn.hci.squidy.manager.data.attribute.impl.StringAttribute
All Implemented Interfaces:
IDataAttribute<StringAttribute,String>

public class StringAttribute
extends Object
implements IDataAttribute<StringAttribute,String>

StringAttribute.

 Date: Nov 8, 2008
 Time: 12:22:36 PM
 

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

Constructor Summary
StringAttribute(String value)
           
 
Method Summary
 StringAttribute getClone()
          Returns a clone of the current attribute.
 String getValue()
          Returns the actual value of the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAttribute

public StringAttribute(String value)
Method Detail

getValue

public String getValue()
Description copied from interface: IDataAttribute
Returns the actual value of the attribute.

Specified by:
getValue in interface IDataAttribute<StringAttribute,String>
Returns:
The actual value of the attribute.

getClone

public StringAttribute getClone()
Description copied from interface: IDataAttribute
Returns a clone of the current attribute.

Specified by:
getClone in interface IDataAttribute<StringAttribute,String>
Returns:
Clone of the attribute.


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