Package org.smallmind.scribe.pen
Class Parameter
- java.lang.Object
-
- org.smallmind.scribe.pen.Parameter
-
- All Implemented Interfaces:
Serializable
public class Parameter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Parameter(String key, Serializable value)
-
-
-
Constructor Detail
-
Parameter
public Parameter(String key, Serializable value)
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public Serializable getValue()
-
-