venice
Class MPackage

java.lang.Object
  |
  +--venice.MElement
        |
        +--venice.MPackage

public class MPackage
extends MElement

This class is a representation for packages in the model.

Author:
Sami Ilonen

Fields inherited from class venice.MElement
mId, mName, mType
 
Constructor Summary
MPackage(java.lang.String inId, java.lang.String inName, java.lang.String inType)
           
 
Method Summary
 java.lang.String toXML()
          Returns the XML-representation of this model element.
 
Methods inherited from class venice.MElement
getId, getName, getType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

MPackage

public MPackage(java.lang.String inId,
                java.lang.String inName,
                java.lang.String inType)
Method Detail

toXML

public java.lang.String toXML()
Description copied from class: MElement
Returns the XML-representation of this model element.
Overrides:
toXML in class MElement
Following copied from class: venice.MElement
Returns:
Returns the XML-representation of this model element.