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 IHasAttributes.addAttribute(IAttribute copyFrom)
          Creates a new Attribute for this container of attributes (typically IEntity) by copying the data from the passed IAttribute.
 IAttribute IHasAttributes.addAttribute(URI attrID)
          Creates a new Attribute for this container of attributes (typically IEntity).
 IAttribute IContext.buildAttribute(URI attrID)
          Builds an IAttribute (unassociated with any Entity).
 IAttribute IHasAttributes.getAttribute(URI attrID)
          Returns the specified attribute of this object.
 IAttribute IAuthNAttributesMaterials.getManagedAttr()
           
 

Methods in org.eclipse.higgins.idas.api with parameters of type IAttribute
 IAttribute IHasAttributes.addAttribute(IAttribute copyFrom)
          Creates a new Attribute for this container of attributes (typically IEntity) by copying the data from the passed IAttribute.
 void IHasAttributes.removeAttributeValue(IAttribute attr)
          Deletes an attribute's value(s) based on the information passed in attr.