Class CanonicalValue
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.util.CanonicalValue
 
 
- 
public class CanonicalValue extends Object
A canonical value, with processing applied to identify the uri, version, and fragment 
- 
- 
Constructor Summary
Constructors Constructor Description CanonicalValue(String uri, String version, String fragment) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetFragment()StringgetUri()StringgetVersion()inthashCode() 
 -