org.shiftone.jrat.util.jmx.dynamic
Interface AttributeValue

All Known Implementing Classes:
SimpleAttributeValue

public interface AttributeValue

Author:
jeff@shiftone.org (Jeff Drost)

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getType()
           
 java.lang.Object getValue()
           
 boolean isReadable()
           
 boolean isWritable()
           
 void setValue(java.lang.Object value)
           
 

Method Detail

getType

java.lang.String getType()

getDescription

java.lang.String getDescription()

setValue

void setValue(java.lang.Object value)

getValue

java.lang.Object getValue()

isReadable

boolean isReadable()

isWritable

boolean isWritable()