Exemplo n.º 1
0
 public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_enum_tc(
                 subnetworkConnection.SNCType_THelper.id(),
                 "SNCType_T",
                 new String[] {
                   "ST_SIMPLE",
                   "ST_ADD_DROP_A",
                   "ST_ADD_DROP_Z",
                   "ST_INTERCONNECT",
                   "ST_DOUBLE_INTERCONNECT",
                   "ST_DOUBLE_ADD_DROP",
                   "ST_OPEN_ADD_DROP",
                   "ST_EXPLICIT"
                 });
   }
   return __typeCode;
 }