1 // GENERATED. DO NOT MODIFY2 package speech.types;3 4 import com4j.*;5 6 public enum SpeechGrammarRuleStateTransitionType {7 SGRSTTEpsilon, // 08 SGRSTTWord, // 19 SGRSTTRule, // 210 SGRSTTDictation, // 311 SGRSTTWildcard, // 412 SGRSTTTextBuffer, // 513 }14