1 package org.omg.mof.Model;2 3 4 /**5 * org/omg/mof/Model/ContainsOperations.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 //13 public interface ContainsOperations extends org.omg.mof.Reflective.RefAssociationOperations14 {15 org.omg.mof.Model.ContainsLink[] all_contains_Links () throws org.omg.mof.Reflective.MofError;16 boolean exists (org.omg.mof.Model.Namespace container, org.omg.mof.Model.ModelElement contained_element) throws org.omg.mof.Reflective.MofError;17 org.omg.mof.Model.Namespace container (org.omg.mof.Model.ModelElement contained_element) throws org.omg.mof.Reflective.MofError;18 org.omg.mof.Model.ModelElement[] contained_element (org.omg.mof.Model.Namespace container) throws org.omg.mof.Reflective.MofError;19 } // interface ContainsOperations20