org.eclipse.higgins.idas.cp.xmlfile
Class NonsharedAttributeModel

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.xmlfile.NonsharedAttributeModel
All Implemented Interfaces:
org.eclipse.higgins.idas.api.model.IAttributeModel, org.eclipse.higgins.idas.api.model.IModel

public class NonsharedAttributeModel
extends Object
implements org.eclipse.higgins.idas.api.model.IAttributeModel


Method Summary
 org.eclipse.higgins.idas.api.model.IDisplayData getDisplayData()
           
 int getMaxCardinality()
           
 int getMinCardinality()
           
 URI getType()
           
 org.eclipse.higgins.idas.api.model.IAttributeValueModel getValueModel()
           
 boolean isDirect()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValueModel

public org.eclipse.higgins.idas.api.model.IAttributeValueModel getValueModel()
Specified by:
getValueModel in interface org.eclipse.higgins.idas.api.model.IAttributeModel

isDirect

public boolean isDirect()
Specified by:
isDirect in interface org.eclipse.higgins.idas.api.model.IAttributeModel

getType

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

getDisplayData

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

getMaxCardinality

public int getMaxCardinality()
Specified by:
getMaxCardinality in interface org.eclipse.higgins.idas.api.model.IAttributeModel

getMinCardinality

public int getMinCardinality()
Specified by:
getMinCardinality in interface org.eclipse.higgins.idas.api.model.IAttributeModel