org.xorm.util.jdoxml
Class JDOArray

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

public class JDOArray
extends Object

Represents a JDO XML array declaration.


Constructor Summary
JDOArray()
           
 
Method Summary
 Collection getExtensions()
           
 Boolean isEmbeddedElement()
           
 void setEmbeddedElement(Boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOArray

public JDOArray()
Method Detail

getExtensions

public Collection getExtensions()

isEmbeddedElement

public Boolean isEmbeddedElement()

setEmbeddedElement

public void setEmbeddedElement(Boolean value)


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