KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > mof > Model > ConstrainsOperations


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/ConstrainsOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.1"
7 * from mof1.idl
8 * lundi 17 mars 2003 15 h 01 CET
9 */

10
11
12 //
13
public interface ConstrainsOperations extends org.omg.mof.Reflective.RefAssociationOperations
14 {
15   org.omg.mof.Model.ConstrainsLink[] all_constrains_Links () throws org.omg.mof.Reflective.MofError;
16   boolean exists (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.MofError;
17   org.omg.mof.Model.Constraint[] constraint (org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.MofError;
18   org.omg.mof.Model.ModelElement[] constrained_element (org.omg.mof.Model.Constraint constraint) throws org.omg.mof.Reflective.MofError;
19   void add (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.MofError;
20   void modify_constraint (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element, org.omg.mof.Model.Constraint new_constraint) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
21   void modify_constrained_element (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element, org.omg.mof.Model.ModelElement new_constrained_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
22   void remove (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError;
23 } // interface ConstrainsOperations
24
Popular Tags