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

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

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


Method Summary
 org.eclipse.higgins.idas.api.model.IDisplayData getDisplayData()
           
 int getMaxCardinality()
           
 int getMinCardinality()
           
 String getShortFormType()
           
 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()

getMinCardinality

public int getMinCardinality()

isSimple

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

getDisplayData

public org.eclipse.higgins.idas.api.model.IDisplayData getDisplayData()

getShortFormType

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