org.xorm.util.jdoxml
Class JDOCollection
java.lang.Object
|
+--org.xorm.util.jdoxml.JDOCollection
- public class JDOCollection
- extends Object
Represents a JDO XML collection declaration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOCollection
public JDOCollection()
getExtensions
public Collection getExtensions()
getElementType
public String getElementType()
setElementType
public void setElementType(String elementType)
isEmbeddedElement
public Boolean isEmbeddedElement()
setEmbeddedElement
public void setEmbeddedElement(Boolean value)
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/util/jdoxml/JDOCollection.html,v 1.6 2004/05/30 08:55:10 wbiggs Exp $