|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeseDellAnno | |
---|---|
prog.utili | Fornisce classi utilizzate nelle esemplificazioni e negli esercizi del libro |
Uses of MeseDellAnno in prog.utili |
---|
Methods in prog.utili that return MeseDellAnno | |
---|---|
static MeseDellAnno |
MeseDellAnno.getMese(Data d)
Restituisce il MeseDellAnno corrispondente alla data
specificata come argomento. |
static MeseDellAnno |
MeseDellAnno.getMese(int m)
Restituisce il MeseDellAnno corrispondente al numero
specificato come argomento. |
MeseDellAnno |
Data.getMeseDellAnno()
Restituisce il valore del tipo enumerativo MeseDellAnno che
rappresenta il mese dell'anno corrispondente alla data che esegue il
metodo. |
MeseDellAnno |
MeseDellAnno.precedente()
Restituisce il riferimento all'oggetto che rappresenta il mese precedente a quello che esegue il metodo. |
MeseDellAnno |
MeseDellAnno.successivo()
Restituisce il riferimento all'oggetto che rappresenta il mese successivo a quello che esegue il metodo. |
static MeseDellAnno |
MeseDellAnno.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MeseDellAnno[] |
MeseDellAnno.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |