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

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

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

Methods in org.eclipse.higgins.idas.api that return ISimpleValue
 ISimpleValue IAttribute.addSimpleValue(URI dataType, Object data)
          Creates a new simple value for this attribute.
 ISimpleValue IContext.buildSimpleAttrValue(URI dataType, Object value)
          Builds a simple attribute value to be passed to IFilterAttributeAssertion#setAssertionValue(IAttributeValue).