org.eclipse.higgins.idas.udi.impl.xri
Class XRIEntityUDI

java.lang.Object
  extended byorg.eclipse.higgins.idas.udi.impl.AbstractEntityUDI
      extended byorg.eclipse.higgins.idas.udi.impl.xri.XRIEntityUDI
All Implemented Interfaces:
Comparable, IEntityUDI, Serializable

public class XRIEntityUDI
extends AbstractEntityUDI

See Also:
Serialized Form

Constructor Summary
XRIEntityUDI(String entityUDI, org.openxri.resolve.Resolver resolver, boolean https, boolean saml, boolean cid, boolean refs)
           
 
Method Summary
 IEntityUDIMetadata getEntityUDIMetadata()
           
 
Methods inherited from class org.eclipse.higgins.idas.udi.impl.AbstractEntityUDI
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRIEntityUDI

public XRIEntityUDI(String entityUDI,
                    org.openxri.resolve.Resolver resolver,
                    boolean https,
                    boolean saml,
                    boolean cid,
                    boolean refs)
             throws org.eclipse.higgins.idas.api.IdASException
Method Detail

getEntityUDIMetadata

public IEntityUDIMetadata getEntityUDIMetadata()