KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.mof.Model;
2
3
4 /**
5 * org/omg/mof/Model/MofAttributeClassOperations.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 MofAttributeClassOperations extends org.omg.mof.Model.StructuralFeatureClassOperations, org.omg.mof.Model.TypedElementClassOperations, org.omg.mof.Model.FeatureClassOperations, org.omg.mof.Model.ModelElementClassOperations
14 {
15   org.omg.mof.Model.MofAttribute[] all_of_type_mof_attribute ();
16   org.omg.mof.Model.MofAttribute[] all_of_class_mof_attribute ();
17   org.omg.mof.Model.MofAttribute create_mof_attribute (String JavaDoc name, String JavaDoc annotation, org.omg.mof.Model.VisibilityKind visibility, org.omg.mof.Model.ScopeKind scope, org.omg.mof.Model.MultiplicityType multiplicity, boolean is_changeable, boolean is_derived) throws org.omg.mof.Reflective.MofError;
18 } // interface MofAttributeClassOperations
19
Popular Tags