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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOMap
public JDOMap()
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 $