java.lang.Objectorg.apache.commons.modeler.FieldInfo
All Implemented Interfaces:
Serializable
Simple JavaBean representing the contents of a <field>
element in an MBeans descriptor file.
| Field Summary | ||
|---|---|---|
| static final long | serialVersionUID | |
| protected String | name | The field name for this field of a descriptor. |
| protected Object | value | The field value for this field of a descriptor. |
| Method from org.apache.commons.modeler.FieldInfo Summary: |
|---|
| getName, getValue, setName, setValue |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.modeler.FieldInfo Detail: |
|---|
|
|
|
|