cz.cmc.tcgui.datadef
Class AttributeType

java.lang.Object
  extended bycz.cmc.tcgui.datadef.AttributeType
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AttributeTypeNumber, AttributeTypeSet, AttributeTypeString, AttributeTypeVariant

public abstract class AttributeType
extends Object
implements Cloneable

Superclass for atribute types


Constructor Summary
AttributeType()
           
 
Method Summary
 Object clone()
          Clones this AttributeType
abstract  String toString()
          For every type returns String with its name.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeType

public AttributeType()
Method Detail

clone

public Object clone()
Clones this AttributeType

Returns:
cloned AttributeType

toString

public abstract String toString()
For every type returns String with its name.

Returns:
String with type name