KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > SPRECOSTATE


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 public enum SPRECOSTATE {
7     SPRST_INACTIVE, // 0
8
SPRST_ACTIVE, // 1
9
SPRST_ACTIVE_ALWAYS, // 2
10
SPRST_INACTIVE_WITH_PURGE, // 3
11
SPRST_NUM_STATES, // 4
12
}
13
Popular Tags