Class FieldInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class FieldInfo
    extends java.lang.Object
    implements java.io.Serializable

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

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name
      The field name for this field of a descriptor.
      (package private) static long serialVersionUID  
      protected java.lang.Object value
      The field value for this field of a descriptor.
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.Object getValue()  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name

        The field name for this field of a descriptor.

      • value

        protected java.lang.Object value

        The field value for this field of a descriptor.

    • Constructor Detail

      • FieldInfo

        public FieldInfo()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)