org.apache.commons.modeler
Class FieldInfo
java.lang.Object
org.apache.commons.modeler.FieldInfo
- Serializable
public class FieldInfo
extends java.lang.Object
implements Serializable
Simple JavaBean representing the contents of a <field>
element in an MBeans descriptor file.
protected String | name - The field name for this field of a descriptor.
|
(package private) static long | serialVersionUID
|
protected Object | value - The field value for this field of a descriptor.
|
name
protected String name
The field name for this field of a descriptor.
serialVersionUID
(package private) static final long serialVersionUID
value
protected Object value
The field value for this field of a descriptor.
getName
public String getName()
getValue
public Object getValue()
setName
public void setName(String name)
setValue
public void setValue(Object value)
Copyright (c) 2001-2003 - Apache Software Foundation