org.eclipse.higgins.idas.api
Interface IBlankEntity

All Superinterfaces:
IHasAttributes
All Known Subinterfaces:
IComplexAttrValue, IEntity

public interface IBlankEntity
extends IHasAttributes

Supertype for IEntity and complex attributes.


Method Summary
 IEntityModel getModel()
          Returns a model of this type of Entities as it defined in the context's schema.
 
Methods inherited from interface org.eclipse.higgins.idas.api.IHasAttributes
addAttribute, addAttribute, equals, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue
 

Method Detail

getModel

public IEntityModel getModel()
                      throws IdASException
Returns a model of this type of Entities as it defined in the context's schema. Returned model could be used to discover what attributes are defined in the context's schema for this type of Entities.

Returns:
the model of this Entity
Throws:
IdASException