cz.cmc.tcgui
Class TCGraphConstants.NullDataDefTCObject

java.lang.Object
  extended bycz.cmc.tcgui.datadef.TCEntry
      extended bycz.cmc.tcgui.datadef.TCObject
          extended bycz.cmc.tcgui.TCGraphConstants.NullDataDefTCObject
All Implemented Interfaces:
Cloneable
Enclosing class:
TCGraphConstants

public static final class TCGraphConstants.NullDataDefTCObject
extends TCObject

Null object to be used instead of null, where null is not allowed


Field Summary
 
Fields inherited from class cz.cmc.tcgui.datadef.TCObject
attributeEntry, DEFAULT_CHECKER, editor, exporter, generator, checker
 
Fields inherited from class cz.cmc.tcgui.datadef.TCEntry
description, id, label, name
 
Constructor Summary
TCGraphConstants.NullDataDefTCObject()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
          Creates and returns string representation of this TCEntry.
 
Methods inherited from class cz.cmc.tcgui.datadef.TCObject
getAttributeEntry, getEditor, getExporter, getGenerator, getChecker, setAttributeEntry, setEditor, setExporter, setGenerator, setChecker
 
Methods inherited from class cz.cmc.tcgui.datadef.TCEntry
clone, getDescription, getID, getLabel, getName, setDescription, setID, setLabel, setName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TCGraphConstants.NullDataDefTCObject

public TCGraphConstants.NullDataDefTCObject()
Method Detail

toString

public String toString()
Description copied from class: TCEntry
Creates and returns string representation of this TCEntry.

Overrides:
toString in class TCEntry
Returns:
String representing this object

hashCode

public int hashCode()

equals

public boolean equals(Object o)