org.castor.jdo.conf
public class Mapping extends Object implements Serializable
Version: $Revision: 5979 $ $Date$
| Constructor Summary | |
|---|---|
| Mapping() | |
| Method Summary | |
|---|---|
| String | getHref()
Returns the value of field 'href'.
|
| boolean | isValid()
Method isValid
|
| void | marshal(Writer out)
Method marshal
|
| void | marshal(ContentHandler handler)
Method marshal
|
| void | setHref(String href)
Sets the value of field 'href'.
|
| static Mapping | unmarshal(Reader reader)
Method unmarshal
|
| void | validate()
Method validate
|
Returns: String the value of field 'href'.
Returns: boolean
Parameters: out
Parameters: handler
Parameters: href the value of field 'href'.
Parameters: reader
Returns: Mapping