Save This Page
Home » commons-modeler-2.0.1-src » org.apache.commons » modeler » [javadoc | source]
org.apache.commons.modeler
public class: FieldInfo [javadoc | source]
java.lang.Object
   org.apache.commons.modeler.FieldInfo

All Implemented Interfaces:
    Serializable

Simple JavaBean representing the contents of a <field> element in an MBeans descriptor file.
Field Summary
static final  long serialVersionUID     
protected  String name   

The field name for this field of a descriptor.

 
protected  Object value   

The field value for this field of a descriptor.

 
Method from org.apache.commons.modeler.FieldInfo Summary:
getName,   getValue,   setName,   setValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.modeler.FieldInfo Detail:
 public String getName() 
 public Object getValue() 
 public  void setName(String name) 
 public  void setValue(Object value)