cz.cmc.tcgui.datadef
Class AttributeTypeString

java.lang.Object
  extended bycz.cmc.tcgui.datadef.AttributeType
      extended bycz.cmc.tcgui.datadef.AttributeTypeString
All Implemented Interfaces:
Cloneable

public class AttributeTypeString
extends AttributeType

AttributeTypeString is used to mark attributes which store string value.


Constructor Summary
AttributeTypeString()
           
 
Method Summary
 String toString()
          Returns String with name of this type.
 
Methods inherited from class cz.cmc.tcgui.datadef.AttributeType
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeTypeString

public AttributeTypeString()
Method Detail

toString

public String toString()
Returns String with name of this type.

Specified by:
toString in class AttributeType
Returns:
String containing "string"