public class FieldInfo extends Object implements Serializable
Simple JavaBean representing the contents of a <field>
element in an MBeans descriptor file.
Modifier and Type | Field and Description |
---|---|
protected String |
name
The field name for this field of a descriptor.
|
protected Object |
value
The field value for this field of a descriptor.
|
Constructor and Description |
---|
FieldInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Object |
getValue() |
void |
setName(String name) |
void |
setValue(Object value) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.