Deprecated API

Deprecated Methods
org.eclipse.higgins.idas.api.IAttributeValue.getDataType()
          Instead, call IAttributeValue#getModel() and from that call IModel#getType(). Doing this is equivalent to calling this method. 
org.eclipse.higgins.idas.api.ITypedValue.getDataType()
          Use getModel on the attribute value 
org.eclipse.higgins.idas.api.IEntity.getEntityType()
          Instead, call IBlankEntity.getModel() and from that call IModel#getType(). Doing this is equivalent to calling this method. 
org.eclipse.higgins.idas.api.model.IAttributeValueModel.getMaxCardinality()
          This has been moved to IAttributeModel 
org.eclipse.higgins.idas.api.model.IAttributeValueModel.getMinCardinality()
          This has been moved to IAttributeModel 
org.eclipse.higgins.idas.api.model.IAttributeModel.getValueModel()
          Attribute values can all have different value models now 
org.eclipse.higgins.idas.api.model.IAttributeModel.isDirect()
          Don't know what this is