Uses of Interface
org.eclipse.higgins.idas.api.IAttribute

Packages that use IAttribute
org.eclipse.higgins.idas.api Defines the core set of interfaces for IdAS. 
 

Uses of IAttribute in org.eclipse.higgins.idas.api
 

Subinterfaces of IAttribute in org.eclipse.higgins.idas.api
 interface ISingleValuedAttribute
           
 

Methods in org.eclipse.higgins.idas.api that return IAttribute
 IAttribute IAuthNAttributesMaterials.getManagedAttr()
           
 IAttribute IContext.buildAttribute(URI attrID)
          Builds an IAttribute (unassociated with any digital subject).
 IAttribute IHasAttributes.getAttribute(URI attrID)
          Returns the specified attribute of this object.
 IAttribute IHasAttributes.addAttribute(URI attrID)
          Creates a new Attribute for this container of attributes (typically IDigitalSubject).
 IAttribute IHasAttributes.addAttribute(IAttribute copyFrom)
          Creates a new Attribute for this container of attributes (typically IDigitalSubject) by copying the data from the passed IAttribute.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IAttribute
 boolean IAttribute.equals(IAttribute attr)
          Returns true if the passed attribute is equal to this one.
 IAttribute IHasAttributes.addAttribute(IAttribute copyFrom)
          Creates a new Attribute for this container of attributes (typically IDigitalSubject) by copying the data from the passed IAttribute.
 void IHasAttributes.removeAttributeValue(IAttribute attr)
          Deletes the specified value(s) from the specified attribute.