DFSS
Class Contatore

java.lang.Object
  extended byDFSS.Contatore
All Implemented Interfaces:
java.io.Serializable

public class Contatore
extends java.lang.Object
implements java.io.Serializable

Author:
Dario Agostinone
See Also:
Serialized Form

Constructor Summary
Contatore()
          Costruttore
 
Method Summary
 int getValue()
          restituisce il valore corrente
 java.lang.String toString()
          converte il valore del contatore in una stringa
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Contatore

public Contatore()
Costruttore

Method Detail

getValue

public int getValue()
restituisce il valore corrente


toString

public java.lang.String toString()
converte il valore del contatore in una stringa