org.apache.commons.modeler

Class FieldInfo

public class FieldInfo extends Object implements Serializable

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

Field Summary
protected Stringname

The field name for this field of a descriptor.

static longserialVersionUID
protected Objectvalue

The field value for this field of a descriptor.

Method Summary
StringgetName()
ObjectgetValue()
voidsetName(String name)
voidsetValue(Object value)

Field Detail

name

protected String name

The field name for this field of a descriptor.

serialVersionUID

static final long serialVersionUID

value

protected Object value

The field value for this field of a descriptor.

Method Detail

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