Interface for obtain an list of fields who are used to implement toString method of DAC who implement this interface
Created by: Adrian Minciuna
Create date: September 2003
Formatta una stringa, data, numero dato un preciso tipo di formattazione:
String
upperesegue l'uppercase
loweresegue il lowercase
init_capmette in maiusolo la prima lettera
only_init_capmette in maiuscolo SOLO la prima lettera
Number
literalrestituisce il numero in lettere minuscole
literal_init_caprestituisce il numero in lettere minuscole con la prima maiuscola
literal_upperrestituisce il numero in lettere maiuscole
Date
dd/MMEs. 12/08
dd/MM/yyyyEs. 12/08/2004
dd/MM/yyyy 'ore' HH:mmEs. 12/08/2004 ore 13:45
dd MMM yyyyEs. 12 ago 2004
dd MMM yyyy 'ore' HH:mmEs. 12 ago 2004 ore 13:45
dd MMMM yyyyEs. 12 agosto 2004
dd MMMM yyyy 'ore' HH:mmEs. 12 agosto 2004 ore 13:45
E dd MMM yyyyEs. gio 12 ago 2004
EEEE dd MMMM yyyyEs. giovedi 12 agosto 2004
E dd MMM yyyy 'ore' HH:mmEs. gio 12 ago 2004 ore 13:45
EEEE dd MMMM yyyy 'ore' HH:mmEs. giovedi 12 agosto 2004 ore 13:45
HH:mmEs. 13:45
EEEEEs. giovedi
yyyyEs. 2004
literal_yyyyEs. duemilaquattro
literal_ddEs. dodici
MMMMEs. agosto
Return an CmnAppDescriptor[] that contains the list of all description functions
from Sicra.Web application
This information is read from sicraweb.applications.xml file
Return an CmnAppDescriptor[] that contains the list of all description functions
from Sicra.Web application
This information is read from the file passed as a parameter
Restituisce un array di CmnAppDescriptor, quelli standard previsti da Common
(ufficialmente consegnati) ignorando il file di configurazione
This information is read from the file passed as a parameter