org.exolab.castor.mapping.xml
public class FieldMapping extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:35 $
| Constructor Summary | |
|---|---|
| FieldMapping() | |
| Method Summary | |
|---|---|
| void | deleteContainer() |
| void | deleteDirect() |
| void | deleteLazy() |
| void | deleteRequired() |
| void | deleteTransient() |
| BindXml | getBindXml() |
| CollectionType | getCollection() |
| boolean | getContainer() |
| String | getCreateMethod() |
| String | getDescription() |
| boolean | getDirect() |
| String | getGetMethod() |
| String | getHandler() |
| String | getHasMethod() |
| boolean | getLazy() |
| Ldap | getLdap() |
| String | getName() |
| boolean | getRequired() |
| String | getSetMethod() |
| Sql | getSql() |
| boolean | getTransient() |
| String | getType() |
| boolean | hasContainer() |
| boolean | hasDirect() |
| boolean | hasLazy() |
| boolean | hasRequired() |
| boolean | hasTransient() |
| boolean | isValid() |
| void | marshal(Writer out) |
| void | marshal(DocumentHandler handler) |
| void | setBindXml(BindXml _bindXml) |
| void | setCollection(CollectionType _collection) |
| void | setContainer(boolean _container) |
| void | setCreateMethod(String _createMethod) |
| void | setDescription(String _description) |
| void | setDirect(boolean _direct) |
| void | setGetMethod(String _getMethod) |
| void | setHandler(String _handler) |
| void | setHasMethod(String _hasMethod) |
| void | setLazy(boolean _lazy) |
| void | setLdap(Ldap _ldap) |
| void | setName(String _name) |
| void | setRequired(boolean _required) |
| void | setSetMethod(String _setMethod) |
| void | setSql(Sql _sql) |
| void | setTransient(boolean _transient) |
| void | setType(String _type) |
| static FieldMapping | unmarshal(Reader reader) |
| void | validate() |
Parameters: out
Parameters: handler
Parameters: _bindXml
Parameters: _collection
Parameters: _container
Parameters: _createMethod
Parameters: _description
Parameters: _direct
Parameters: _getMethod
Parameters: _handler
Parameters: _hasMethod
Parameters: _lazy
Parameters: _ldap
Parameters: _name
Parameters: _required
Parameters: _setMethod
Parameters: _sql
Parameters: _transient
Parameters: _type
Parameters: reader