|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.events.Parameter
public final class Parameter
This is an utility class used to format the event parameters - to be inserted into the 'events' table
| Constructor Summary | |
|---|---|
Parameter()
|
|
| Method Summary | |
|---|---|
static Parms |
decode(String eventparms)
decode |
static String |
format(Parm parm)
Format each parameter |
static String |
format(Parms parms)
Format the list of event parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public static String format(Parms parms)
parms - the list
public static String format(Parm parm)
parm - the parameter
public static Parms decode(String eventparms)
decode
eventparms - a String object.
Parms object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||