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

java.lang.Object
  extended by org.eclipse.higgins.idas.udi.impl.AbstractAttributeUDI
      extended by org.eclipse.higgins.idas.udi.impl.xri.XRIAttributeUDI
All Implemented Interfaces:
Serializable, Comparable, IAttributeUDI

public class XRIAttributeUDI
extends AbstractAttributeUDI

See Also:
Serialized Form

Constructor Summary
XRIAttributeUDI(String attributeUDI, org.openxri.resolve.Resolver resolver, boolean https, boolean saml, boolean cid, boolean refs)
           
 
Method Summary
 IAttributeUDIMetadata getAttributeUDIMetadata()
           
 
Methods inherited from class org.eclipse.higgins.idas.udi.impl.AbstractAttributeUDI
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRIAttributeUDI

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

getAttributeUDIMetadata

public IAttributeUDIMetadata getAttributeUDIMetadata()