org.huihoo.jfox.jmx.loading
Class MLetAttribute

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

public class MLetAttribute
extends java.lang.Object

express a Mlet Attribute whitch contains name and value

Author:
Young Yang

Constructor Summary
MLetAttribute(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
          get the name of MLet Attribute
 java.lang.String getValue()
          get the value of MLet Attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MLetAttribute

public MLetAttribute(java.lang.String name,
                     java.lang.String value)
Method Detail

getName

public java.lang.String getName()
get the name of MLet Attribute


getValue

public java.lang.String getValue()
get the value of MLet Attribute