Pacchetto | com.adobe.icc.enum |
Classe | public class LetterState |
Ereditarietà | LetterState Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
state
of a Letter
.
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ACTIVE : uint = 0 [statico]
Specifies the enumerator code for Active state. | LetterState | ||
ARCHIVE : uint = 2 [statico]
Specifies the enumerator code for Archive state. | LetterState | ||
MODIFIED : uint = 3 [statico]
The constant determining that the Letter has been modified. | LetterState | ||
PUBLISHED : uint = 5 [statico]
The constant determining that the Letter has been published. | LetterState | ||
READYFORPUBLISH : uint = 4 [statico]
The constant determining that the Letter is ready for publish. | LetterState | ||
TEST : uint = 1 [statico]
Specifies the enumerator code for a test. | LetterState |
Descrizione delle costanti
ACTIVE | Costante |
public static const ACTIVE:uint = 0
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Active state.
ARCHIVE | Costante |
public static const ARCHIVE:uint = 2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for Archive state.
MODIFIED | Costante |
public static const MODIFIED:uint = 3
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been modified.
PUBLISHED | Costante |
public static const PUBLISHED:uint = 5
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter has been published.
READYFORPUBLISH | Costante |
public static const READYFORPUBLISH:uint = 4
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 10 |
Versioni runtime: | AIR (unsupported), Flash Player 10.2 |
The constant determining that the Letter is ready for publish.
TEST | Costante |
public static const TEST:uint = 1
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Composer 9.5 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies the enumerator code for a test. That is, Inactive state.
Tue Jun 12 2018, 02:44 PM Z