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.
|
(package private) static long |
serialVersionUID |
protected java.lang.Object |
value
The field value for this field of a descriptor.
|
Constructor and Description |
---|
FieldInfo() |
static final long serialVersionUID
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.
Copyright (c) 2001-2003 - Apache Software Foundation