org.exolab.castor.xml
class: UnmarshalHandler.Arguments [javadoc |
source]
java.lang.Object
org.exolab.castor.xml.UnmarshalHandler$Arguments
Internal class used for passing constructor argument
information.
Method from org.exolab.castor.xml.UnmarshalHandler$Arguments Summary: |
---|
size |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.exolab.castor.xml.UnmarshalHandler$Arguments Detail: |
public int size() {
if (_values == null) {
return 0;
}
return _values.length;
}
Returns the number of constructor arguments. |