Package org.opennms.netmgt.xml.event
Class Parm
- java.lang.Object
-
- org.opennms.netmgt.xml.event.Parm
-
- All Implemented Interfaces:
Serializable
public class Parm extends Object implements Serializable
A varbind from the trap- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parm
copyFrom(IParm source)
String
getParmName()
Returns the value of field 'parmName'.Value
getValue()
Returns the value of field 'value'.boolean
isValid()
void
setParmName(String parmName)
Sets the value of field 'parmName'.void
setValue(Value value)
Sets the value of field 'value'.String
toString()
-
-
-
Method Detail
-
getParmName
public 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(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'.
-
isValid
public boolean isValid()
-
-