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

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

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

Subinterfaces of IValue in org.eclipse.higgins.idas.api
 interface IEntity
          As defined at http://wiki.eclipse.org/Entity and http://wiki.eclipse.org/Context, This interface holds a set of IEntity objects.
 interface ISimpleValue
           
 

Methods in org.eclipse.higgins.idas.api that return IValue
 IValue IAttribute.addValue(IValue copyFrom)
          Creates a new value for this attribute by copying the passed IValue If passed value is not blank entity (has not null entityId), a reference to this entity is created.
 IValue IAttribute.addValue(URI dataType)
          Creates a new value for this attribute.
 IValue ISingleValuedAttribute.getValue()
          Returns the value for this attribute.
 

Methods in org.eclipse.higgins.idas.api with parameters of type IValue
 IValue IAttribute.addValue(IValue copyFrom)
          Creates a new value for this attribute by copying the passed IValue If passed value is not blank entity (has not null entityId), a reference to this entity is created.
 void IFilterAttributeAssertion.setAssertionValue(IValue assertion)
          Specifies the assertion data to be tested against values of a Entity's attribute.