Uses of Interface
org.eclipse.higgins.idas.api.model.IAttributeValueModel

Packages that use IAttributeValueModel
org.eclipse.higgins.idas.api.model This package defines core set of interfaces to simlify query and interpretation of IdAS context's schemas. 
 

Uses of IAttributeValueModel in org.eclipse.higgins.idas.api.model
 

Subinterfaces of IAttributeValueModel in org.eclipse.higgins.idas.api.model
 interface IAttributeComplexValueModel
          Represents a model of value for complex attributes as it defined in the context's ontology model.
 interface IAttributeSimpleValueModel
          Represents value's model of simple attributes as it defined in the context's schema.
 

Methods in org.eclipse.higgins.idas.api.model that return IAttributeValueModel
 IAttributeValueModel IAttributeModel.getValueModel()
          Returns value model of represented type of attribute as it defined in the context's ontology model.