org.eclipse.higgins.idas.model.impl
Class XMLValueModel

java.lang.Object
  extended byorg.eclipse.higgins.idas.model.impl.XMLValueModel

public class XMLValueModel
extends Object


Constructor Summary
XMLValueModel(com.hp.hpl.jena.ontology.DatatypeProperty prop, SimpleValueModel parent)
           
 
Method Summary
 int getFractionDigits()
           
 int getLength()
           
 int getMaxLength()
           
 int getMinLength()
           
 List getOneOf()
           
 String getPattern()
           
 int getTotalDigits()
           
 URI getType()
           
 boolean isOneOf()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLValueModel

public XMLValueModel(com.hp.hpl.jena.ontology.DatatypeProperty prop,
                     SimpleValueModel parent)
              throws org.eclipse.higgins.idas.api.IdASException
Method Detail

isOneOf

public boolean isOneOf()

getOneOf

public List getOneOf()

getType

public URI getType()

getPattern

public String getPattern()

getLength

public int getLength()

getMinLength

public int getMinLength()

getMaxLength

public int getMaxLength()

getTotalDigits

public int getTotalDigits()

getFractionDigits

public int getFractionDigits()