1 // GENERATED. DO NOT MODIFY2 package wsh;3 4 import com4j.*;5 6 public enum StandardStreamTypes {7 StdIn, // 08 StdOut, // 19 StdErr, // 210 }11