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.

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.

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 © 2002-2009 Apache Software Foundation. All Rights Reserved.