|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A MBeanProperty describes one property that a m-bean exports via a pair of accessor methods.
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
java.lang.String |
getName()
Gets the name of the property. |
java.lang.Class |
getType()
Gets the type of the property. |
boolean |
isReadable()
Whether the value of the property can be read. |
boolean |
isWritable()
Whether new values can be written to the property. |
Method Detail |
public java.lang.String getName()
public java.lang.Class getType()
Primitive property types (int, long etc.) are converted to their corresponding native types (java.lang.Integer, java.lang.Long etc.).
public boolean isReadable()
public boolean isWritable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |