|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatoData | |
---|---|
prog.utili | Fornisce classi utilizzate nelle esemplificazioni e negli esercizi del libro |
Uses of FormatoData in prog.utili |
---|
Methods in prog.utili that return FormatoData | |
---|---|
static FormatoData |
Data.getFormato()
Restituisce la costante enumerativa di FormatoData che
descrive il formato utilizzato per la costruzione della stringa che
rappresenta la data. |
static FormatoData |
FormatoData.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FormatoData[] |
FormatoData.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in prog.utili with parameters of type FormatoData | |
---|---|
static void |
Data.setFormato(FormatoData f)
Definisce il formato utilizzato per la costruzione della stringa che rappresenta la data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |