hu.soft4d.minerva.uml.xmi
Class XmiUmlParameter

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

public class XmiUmlParameter
extends java.lang.Object

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