org.huihoo.jfox.jmx.loading
Class MLetArgument

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.loading.MLetArgument

public class MLetArgument
extends java.lang.Object

express a MLet Argument , which contains a TYPE and a VALUE attributes

Author:
Young Yang

Constructor Summary
MLetArgument(MLetAttribute typeAttr, MLetAttribute valueAttr)
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MLetArgument

public MLetArgument(MLetAttribute typeAttr,
                    MLetAttribute valueAttr)
Method Detail

getType

public java.lang.String getType()

getValue

public java.lang.String getValue()