org.apache.commons.modeler

Class FieldInfo

Implemented Interfaces:
Serializable

public class FieldInfo
extends java.lang.Object
implements Serializable

Simple JavaBean representing the contents of a <field> element in an MBeans descriptor file.

Nested Class Summary

Field Summary

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.

Method Summary

String
getName()
Object
getValue()
void
setName(String name)
void
setValue(Object value)

Field Details

name

protected String name
The field name for this field of a descriptor.


serialVersionUID

(package private) static final long serialVersionUID

Field Value:
-8226401620640873691L


value

protected Object value
The field value for this field of a descriptor.

Method Details

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