Class Parameter
java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.protocol.Parameter
A Parameter object represents a name-value pair used as GET parameter.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Parameter
Constructs a new Parameter object.- Parameters:
name
- the name of the parametervalue
- the value of the parameter
-
-
Method Details
-
getName
Gets the name of the parameter.- Returns:
- the name of the parameter
-
getValue
Gets the value of the parameter.- Returns:
- the value of the parameter
-