KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/AssociationEndOperations.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 // end of interface AssociationEndClass
13
public interface AssociationEndOperations extends org.omg.mof.Model.AssociationEndClassOperations, org.omg.mof.Model.ModelElementOperations, org.omg.mof.Model.TypedElementOperations
14 {
15
16   //
17
boolean is_navigable () throws org.omg.mof.Reflective.MofError;
18   void set_is_navigable (boolean new_value) throws org.omg.mof.Reflective.MofError;
19
20   //
21
org.omg.mof.Model.AggregationKind aggregation () throws org.omg.mof.Reflective.MofError;
22   void set_aggregation (org.omg.mof.Model.AggregationKind new_value) throws org.omg.mof.Reflective.MofError;
23
24   //
25
org.omg.mof.Model.MultiplicityType multiplicity () throws org.omg.mof.Reflective.MofError;
26   void set_multiplicity (org.omg.mof.Model.MultiplicityType new_value) throws org.omg.mof.Reflective.MofError;
27
28   //
29
boolean is_changeable () throws org.omg.mof.Reflective.MofError;
30   void set_is_changeable (boolean new_value) throws org.omg.mof.Reflective.MofError;
31
32   //
33
org.omg.mof.Model.AssociationEnd other_end () throws org.omg.mof.Reflective.MofError;
34 } // interface AssociationEndOperations
35
Popular Tags