Class Params.Param

java.lang.Object
org.apache.jena.atlas.lib.Pair<String,String>
org.apache.jena.sparql.exec.http.Params.Param
Enclosing class:
Params

public static class Params.Param extends org.apache.jena.atlas.lib.Pair<String,String>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Param(String name, String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.apache.jena.atlas.lib.Pair

    car, cdr, create, equalElts, equals, getLeft, getRight, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()