Apache CXF API

org.apache.cxf.binding.http
Class IriDecoderHelper.Param

java.lang.Object
  extended by org.apache.cxf.binding.http.IriDecoderHelper.Param
Enclosing class:
IriDecoderHelper

public static class IriDecoderHelper.Param
extends Object

Simple holder class for a name/value pair.


Constructor Summary
IriDecoderHelper.Param(String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IriDecoderHelper.Param

public IriDecoderHelper.Param(String name,
                              String value)
Method Detail

getName

public String getName()
Returns:
the name

getValue

public String getValue()
Returns:
the value

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Apache CXF API

Apache CXF