Class Reference

java.lang.Object
ro.sync.exml.workspace.api.references.Reference

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class Reference extends Object
Simple bean class used to contain references. References have a type and an URL
Since:
21.1
  • Constructor Details

    • Reference

      public Reference(Reference.Type type, String uri)
      Constructs a new Reference with a type and an URI.
      Parameters:
      type - the type of the reference
      uri - the URI
  • Method Details