org.eclipse.higgins.idas.cp.jndi
Class JNDIContextModel

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jndi.JNDIContextModel
All Implemented Interfaces:
org.eclipse.higgins.idas.api.model.IContextModel, org.eclipse.higgins.idas.api.model.IModel

public class JNDIContextModel
extends Object
implements org.eclipse.higgins.idas.api.model.IContextModel


Constructor Summary
JNDIContextModel(JNDIContext context)
           
 
Method Summary
 org.eclipse.higgins.idas.api.model.IAttributeModel getAttributeModel(URI attrID)
           
 Iterator getAttributeModels()
           
 org.eclipse.higgins.idas.api.model.IDisplayData getDisplayData()
           
 org.eclipse.higgins.idas.api.model.IEntityModel getEntityModel(URI entityType)
           
 Iterator getEntityModels()
           
 org.eclipse.higgins.idas.api.model.IModel getModel(URI type)
           
 URI getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIContextModel

public JNDIContextModel(JNDIContext context)
Method Detail

getModel

public org.eclipse.higgins.idas.api.model.IModel getModel(URI type)
Specified by:
getModel in interface org.eclipse.higgins.idas.api.model.IContextModel

getEntityModel

public org.eclipse.higgins.idas.api.model.IEntityModel getEntityModel(URI entityType)
Specified by:
getEntityModel in interface org.eclipse.higgins.idas.api.model.IContextModel

getEntityModels

public Iterator getEntityModels()
Specified by:
getEntityModels in interface org.eclipse.higgins.idas.api.model.IContextModel

getDisplayData

public org.eclipse.higgins.idas.api.model.IDisplayData getDisplayData()
Specified by:
getDisplayData in interface org.eclipse.higgins.idas.api.model.IModel

getType

public URI getType()
Specified by:
getType in interface org.eclipse.higgins.idas.api.model.IModel

getAttributeModel

public org.eclipse.higgins.idas.api.model.IAttributeModel getAttributeModel(URI attrID)
Specified by:
getAttributeModel in interface org.eclipse.higgins.idas.api.model.IContextModel

getAttributeModels

public Iterator getAttributeModels()
Specified by:
getAttributeModels in interface org.eclipse.higgins.idas.api.model.IContextModel