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;
 }
Exemplo n.º 2
0
 public void _write(org.omg.CORBA.portable.OutputStream o) {
   subnetworkConnection.SNCType_THelper.write(o, value);
 }
Exemplo n.º 3
0
 public org.omg.CORBA.TypeCode _type() {
   return subnetworkConnection.SNCType_THelper.type();
 }
Exemplo n.º 4
0
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = subnetworkConnection.SNCType_THelper.read(i);
 }