org.exolab.castor.jdo.conf
public class DriverDescriptor extends Object implements XMLClassDescriptor
Version: $Revision: 1.2 $ $Date: 2004/12/17 05:47:55 $
Constructor Summary | |
---|---|
DriverDescriptor() |
Method Summary | |
---|---|
boolean | canAccept(String name, String namespace, Object object)
false |
AccessMode | getAccessMode() |
XMLFieldDescriptor[] | getAttributeDescriptors() |
XMLFieldDescriptor | getContentDescriptor() |
XMLFieldDescriptor[] | getElementDescriptors() |
ClassDescriptor | getExtends() |
XMLFieldDescriptor | getFieldDescriptor(String name, String namespace, NodeType nodeType)
Returns the XML field descriptor matching the given
xml name and nodeType. |
FieldDescriptor[] | getFields() |
FieldDescriptor | getIdentity() |
Class | getJavaClass() |
String | getNameSpacePrefix() |
String | getNameSpaceURI() |
TypeValidator | getValidator() |
String | getXMLName() |
Parameters: name the xml name to match against nodeType, the NodeType to match against, or null if the node type is not known.
Returns: the matching descriptor, or null if no matching descriptor is available.