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

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

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

Subinterfaces of IAttributeValue in org.eclipse.higgins.idas.api
 interface IComplexAttrValue
           
 interface ISimpleAttrValue
           
 

Methods in org.eclipse.higgins.idas.api that return IAttributeValue
 IAttributeValue IAttribute.addValue(URI type)
          Creates a new value for this attribute.
 IAttributeValue IAttribute.addValue(IAttributeValue copyFrom)
          Creates a new value for this attribute by copying the passed IAttributeValue Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.
 IAttributeValue ISingleValuedAttribute.getValue()
          Returns the value for this attribute.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IAttributeValue
 IAttributeValue IAttribute.addValue(IAttributeValue copyFrom)
          Creates a new value for this attribute by copying the passed IAttributeValue Note: This operation is only applied to any backing data store after IContext.applyUpdates() is called.
 boolean IAttributeValue.equals(IAttributeValue value)
          returns true if this IAttributeValue is equal to the passed IAttributeValue This should test the attribute ID, metadata, and the value for equality.
 void IFilterAttributeAssertion.setAssertionValue(IAttributeValue assertion)
          Specifies the assertion data to be tested against values of a Digital Subject's attribute.