hu.soft4d.minerva.uml.xmi
Class XmiUmlEnumeration

java.lang.Object
  extended by hu.soft4d.minerva.uml.xmi.XmiUmlEnumeration

public class XmiUmlEnumeration
extends java.lang.Object

The xmi:type for this node is "uml:Enumeration".

Author:
Zsolt Kiss Gere, 4D Soft Ltd.

Method Summary
protected  java.lang.String getTag(java.lang.String profile, java.lang.String stereotype, java.lang.String tagname)
          Get the tag value of 'tagname', defined for the given stereotype in the given profile.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()

getTag

protected java.lang.String getTag(java.lang.String profile,
                                  java.lang.String stereotype,
                                  java.lang.String tagname)
                           throws java.lang.Exception
Get the tag value of 'tagname', defined for the given stereotype in the given profile. Return null if not found. Example: profile = 'SSMProfile', stereotype = 'JSSM', tagname = 'wsdlUrl'

Throws:
java.lang.Exception - If no eAnnotations with source='appliedStereotypes' is found