java.io.Serializable
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 | 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 | Description |
---|---|
FieldInfo() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
|
java.lang.Object |
getValue() |
|
void |
setName(java.lang.String name) |
|
void |
setValue(java.lang.Object value) |
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