Uses of Class
org.opennms.bb.dp.events.EventParamValue

Packages that use EventParamValue
org.opennms.bb.dp.events   
 

Uses of EventParamValue in org.opennms.bb.dp.events
 

Fields in org.opennms.bb.dp.events declared as EventParamValue
private  EventParamValue EventParameter.m_value
          The parameter value.
 

Methods in org.opennms.bb.dp.events that return EventParamValue
 EventParamValue EventParameter.getValue()
          Returns the value for the parameter.
 

Methods in org.opennms.bb.dp.events with parameters of type EventParamValue
 void EventParameter.setValue(EventParamValue value)
          Sets the value for the parameter.
 void EventParameter.set(String name, EventParamValue value)
          Sets the name/value pair for hte parameter.
 

Constructors in org.opennms.bb.dp.events with parameters of type EventParamValue
EventParameter(String name, EventParamValue value)
          Constructs a new instance with the specific name and value.