com.sun.jersey.api.model
Class PathValue

java.lang.Object
  extended by com.sun.jersey.api.model.PathValue

public class PathValue
extends Object

Abstraction for a Path value


Constructor Summary
PathValue(String path)
           
 
Method Summary
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathValue

public PathValue(String path)
Method Detail

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Oracle Corporation. All Rights Reserved.