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.


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

Constructor Detail

JDOCollection

public JDOCollection()
Method Detail

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 $