|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.thinger.service.actor.ActorParameter
public class ActorParameter
The actor service.
Version History
EPG - Initial - 12 MAY 07
Field Summary | |
---|---|
java.lang.String |
n
The parameter name. |
java.lang.String |
v
The parameter value. |
Constructor Summary | |
---|---|
ActorParameter(java.lang.String name,
java.lang.String value)
This is the convenience constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String n
public java.lang.String v
Constructor Detail |
---|
public ActorParameter(java.lang.String name, java.lang.String value)
name
- The name of the parameter.value
- The value of the parameter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |