org.exolab.castor.xml.descriptors
Class BaseDescriptor
java.lang.Object
org.exolab.castor.xml.descriptors.BaseDescriptor
- All Implemented Interfaces:
- NatureExtendable, PropertyHolder, ClassDescriptor, XMLClassDescriptor
- Direct Known Subclasses:
- DateClassDescriptor, ListClassDescriptor, LocaleDescriptor, RootArrayDescriptor, SQLDateClassDescriptor, SQLTimeClassDescriptor, SQLTimestampClassDescriptor, StringClassDescriptor, VectorClassDescriptor
public abstract class BaseDescriptor
- extends Object
- implements XMLClassDescriptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseDescriptor
public BaseDescriptor()
canAccept
public boolean canAccept(String name,
String namespace,
Object object)
- Returns true if the given object represented by this XMLClassDescriptor
can accept a member whose name is given. An XMLClassDescriptor can accept
a field if it contains a descriptor that matches the given name and if
the given object can hold this field (i.e a value is not already set for
this field).
This is mainly used for container object (that can contain other
objects), in this particular case the implementation returns false.
- Specified by:
canAccept in interface XMLClassDescriptor
- Parameters:
name - the name of the field to checknamespace - the namespace of the element. This may be null. Note: A
null namespace is not the same as the default namespace unless the
default namespace is also null.object - the object represented by this XMLCLassDescriptor
- Returns:
- true if the given object represented by this XMLClassDescriptor
can accept a member whose name is given.
checkDescriptorForCorrectOrderWithinSequence
public void checkDescriptorForCorrectOrderWithinSequence(XMLFieldDescriptor elementDescriptor,
UnmarshalState parentState,
String xmlName)
throws ValidationException
- Checks whether the given XMLFieldDescriptor is the one actually expected,
given the natural order as defined by a sequence definition
- Specified by:
checkDescriptorForCorrectOrderWithinSequence in interface XMLClassDescriptor
- Parameters:
elementDescriptor - The XML field descriptor to be checkedxmlName - TODO
- Throws:
ValidationException - If the descriptor is not the one expected- See Also:
checkDescriptorForCorrectOrderWithinSequence(org.exolab.castor.xml.XMLFieldDescriptor,
org.exolab.castor.xml.UnmarshalState, java.lang.String)
isChoice
public boolean isChoice()
- Indicates whether the XML artifact described by this descriptor is a .
- Specified by:
isChoice in interface XMLClassDescriptor
- Returns:
- True if the artifact described is a choice.
- See Also:
XMLClassDescriptor.isChoice()
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface PropertyHolder
- Parameters:
name - of the property
- Returns:
- value of the property
- See Also:
getProperty(java.lang.String)
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface PropertyHolder
- Parameters:
name - of the propertyvalue - of the property- See Also:
setProperty(java.lang.String, java.lang.Object)
addNature
public void addNature(String nature)
- Specified by:
addNature in interface NatureExtendable
- Parameters:
nature - ID of the Nature- See Also:
addNature(java.lang.String)
hasNature
public boolean hasNature(String nature)
- Specified by:
hasNature in interface NatureExtendable
- Parameters:
nature - ID of the Nature
- Returns:
- true if the Nature ID was added.
- See Also:
hasNature(java.lang.String)
Copyright © 2010. All Rights Reserved.