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