venice
Class MComponent

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

public class MComponent
extends MElement

This class is a representation for components in the model.

Author:
Sami Ilonen

Fields inherited from class venice.MElement
mId, mName, mType
 
Constructor Summary
MComponent(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

MComponent

public MComponent(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.