KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > DISPID_SpeechCustomStream


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 public enum DISPID_SpeechCustomStream implements ComEnum {
7     DISPID_SCSBaseStream(100),
8     ;
9
10     private final int value;
11     DISPID_SpeechCustomStream(int value) { this.value=value; }
12     public int comEnumValue() { return value; }
13 }
14
Popular Tags