Class Parm

  • All Implemented Interfaces:
    java.io.Serializable

    public class Parm
    extends java.lang.Object
    implements java.io.Serializable
    A varbind from the trap
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Parm()  
      Parm​(java.lang.String name, java.lang.String value)  
    • Constructor Detail

      • Parm

        public Parm()
      • Parm

        public Parm​(java.lang.String name,
                    java.lang.String value)
    • Method Detail

      • copyFrom

        public static Parm copyFrom​(IParm source)
      • getParmName

        public java.lang.String getParmName()
        Returns the value of field 'parmName'. The field 'parmName' has the following description: parm name
        Returns:
        the value of field 'ParmName'.
      • getValue

        public Value getValue()
        Returns the value of field 'value'. The field 'value' has the following description: parm value
        Returns:
        the value of field 'Value'.
      • setParmName

        public void setParmName​(java.lang.String parmName)
        Sets the value of field 'parmName'. The field 'parmName' has the following description: parm name
        Parameters:
        parmName - the value of field 'parmName'.
      • setValue

        public void setValue​(Value value)
        Sets the value of field 'value'. The field 'value' has the following description: parm value
        Parameters:
        value - the value of field 'value'.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isValid

        public boolean isValid()