1 package org.omg.mof.Model;2 3 4 /**5 * org/omg/mof/Model/DataTypeOperations.java .6 * Generated by the IDL-to-Java compiler (portable), version "3.1"7 * from mof1.idl8 * lundi 17 mars 2003 15 h 01 CET9 */10 11 12 // end of interface DataTypeClass13 public interface DataTypeOperations extends org.omg.mof.Model.DataTypeClassOperations, org.omg.mof.Model.ModelElementOperations, org.omg.mof.Model.NamespaceOperations, org.omg.mof.Model.GeneralizableElementOperations, org.omg.mof.Model.ClassifierOperations14 {15 16 //17 org.omg.CORBA.TypeCode type_code () throws org.omg.mof.Reflective.MofError;18 void set_type_code (org.omg.CORBA.TypeCode new_value) throws org.omg.mof.Reflective.MofError;19 } // interface DataTypeOperations20