Pacchetto | com.adobe.solutions.prm.presentation.constant |
Classe | public class LocalizedProjectState |
Ereditarietà | LocalizedProjectState ProjectState Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for LocalizedProjectState class. | LocalizedProjectState | ||
[statico]
This method gets a localized array of the project states. | LocalizedProjectState | ||
[statico]
This method gets the localized value of the project state. | LocalizedProjectState | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Descrizione della funzione di costruzione
LocalizedProjectState | () | Funzione di costruzione |
public function LocalizedProjectState()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for LocalizedProjectState
class.
Descrizione dei metodi
getLocalizedTypeArray | () | metodo |
public static function getLocalizedTypeArray():Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This method gets a localized array of the project states.
RestituisceArray — It returns a localized array of the project states.
|
getLocalizedValue | () | metodo |
public static function getLocalizedValue(type:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This method gets the localized value of the project state.
Parametri
type:String — A project state.
|
String — It returns the localized project state value, based on the input project state.
|
Tue Jun 12 2018, 02:44 PM Z