KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > extensionmechanisms > ARequiredTagStereotype


1 package org.omg.uml.foundation.extensionmechanisms;
2
3 public interface ARequiredTagStereotype extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.extensionmechanisms.TaggedValue requiredTag, org.omg.uml.foundation.extensionmechanisms.Stereotype stereotype);
5     public java.util.Collection JavaDoc getRequiredTag(org.omg.uml.foundation.extensionmechanisms.Stereotype stereotype);
6     public org.omg.uml.foundation.extensionmechanisms.Stereotype getStereotype(org.omg.uml.foundation.extensionmechanisms.TaggedValue requiredTag);
7     public boolean add(org.omg.uml.foundation.extensionmechanisms.TaggedValue requiredTag, org.omg.uml.foundation.extensionmechanisms.Stereotype stereotype);
8     public boolean remove(org.omg.uml.foundation.extensionmechanisms.TaggedValue requiredTag, org.omg.uml.foundation.extensionmechanisms.Stereotype stereotype);
9 }
10
Popular Tags