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

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

public class NonsharedAttributeValueModel
extends Object
implements org.eclipse.higgins.idas.api.model.IAttributeValueModel


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

Method Detail

getType

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

getMaxCardinality

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

getMinCardinality

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

isSimple

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

getDisplayData

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