KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > AParameterType


1 package org.omg.uml.foundation.core;
2
3 public interface AParameterType extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.core.Parameter parameter, org.omg.uml.foundation.core.Classifier type);
5     public org.omg.uml.foundation.core.Classifier getType(org.omg.uml.foundation.core.Parameter parameter);
6     public boolean add(org.omg.uml.foundation.core.Parameter parameter, org.omg.uml.foundation.core.Classifier type);
7     public boolean remove(org.omg.uml.foundation.core.Parameter parameter, org.omg.uml.foundation.core.Classifier type);
8 }
9
Popular Tags