org.apache.commons.modeler
public class FieldInfo extends Object implements Serializable
Simple JavaBean representing the contents of a <field>
element in an MBeans descriptor file.
Field Summary | |
---|---|
protected String | name The field name for this field of a descriptor. |
static long | serialVersionUID |
protected Object | value The field value for this field of a descriptor. |
Method Summary | |
---|---|
String | getName() |
Object | getValue() |
void | setName(String name) |
void | setValue(Object value) |
The field name for this field of a descriptor.
The field value for this field of a descriptor.