java.lang.Object
org.palladiosimulator.protocom.framework.java.ee.protocol.Parameter

public class Parameter extends Object
A Parameter object represents a name-value pair used as GET parameter.
  • Constructor Details

    • Parameter

      public Parameter(String name, String value)
      Constructs a new Parameter object.
      Parameters:
      name - the name of the parameter
      value - the value of the parameter
  • Method Details

    • getName

      public String getName()
      Gets the name of the parameter.
      Returns:
      the name of the parameter
    • getValue

      public String getValue()
      Gets the value of the parameter.
      Returns:
      the value of the parameter