Class URIValue

  • All Implemented Interfaces:
    Value

    public class URIValue
    extends BaseValue
    A URIValue provides an implementation of the Value interface representing a URI value (an absolute or relative workspace path).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      URIValue​(java.net.URI uri)
      Returns a new URIValue initialized to the value of the specified URI.