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

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

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

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