KickJava   Java API By Example, From Geeks To Geeks.

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


1 package org.omg.uml.foundation.core;
2
3 public interface ABindingArgument extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.core.Binding binding, org.omg.uml.foundation.core.TemplateArgument argument);
5     public org.omg.uml.foundation.core.Binding getBinding(org.omg.uml.foundation.core.TemplateArgument argument);
6     public java.util.List JavaDoc getArgument(org.omg.uml.foundation.core.Binding binding);
7     public boolean add(org.omg.uml.foundation.core.Binding binding, org.omg.uml.foundation.core.TemplateArgument argument);
8     public boolean remove(org.omg.uml.foundation.core.Binding binding, org.omg.uml.foundation.core.TemplateArgument argument);
9 }
10
Popular Tags