org.xorm.util.jdoxml
Class JDOMap

java.lang.Object
  |
  +--org.xorm.util.jdoxml.JDOMap

public class JDOMap
extends Object

Represents a JDO XML map declaration.


Constructor Summary
JDOMap()
           
 
Method Summary
 Collection getExtensions()
           
 String getKeyType()
           
 String getValueType()
           
 Boolean isEmbeddedKey()
           
 Boolean isEmbeddedValue()
           
 void setEmbeddedKey(Boolean value)
           
 void setEmbeddedValue(Boolean value)
           
 void setKeyType(String keyType)
           
 void setValueType(String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOMap

public JDOMap()
Method Detail

getExtensions

public Collection getExtensions()

getKeyType

public String getKeyType()

setKeyType

public void setKeyType(String keyType)

isEmbeddedKey

public Boolean isEmbeddedKey()

setEmbeddedKey

public void setEmbeddedKey(Boolean value)

getValueType

public String getValueType()

setValueType

public void setValueType(String valueType)

isEmbeddedValue

public Boolean isEmbeddedValue()

setEmbeddedValue

public void setEmbeddedValue(Boolean value)


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/util/jdoxml/JDOMap.html,v 1.6 2004/05/30 08:55:10 wbiggs Exp $