org.exolab.castor.jdo.conf
public class JndiDescriptor extends Object implements XMLClassDescriptor
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:10 $
| Constructor Summary | |
|---|---|
| JndiDescriptor() | |
| Method Summary | |
|---|---|
| boolean | canAccept(String fieldName, Object object)
false |
| AccessMode | getAccessMode() |
| XMLFieldDescriptor[] | getAttributeDescriptors() |
| XMLFieldDescriptor | getContentDescriptor() |
| XMLFieldDescriptor[] | getElementDescriptors() |
| ClassDescriptor | getExtends() |
| XMLFieldDescriptor | getFieldDescriptor(String name, 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.