org.exolab.castor.mapping.xml
public class PropertyType extends Object implements Serializable
Version: $Revision: 1.1 $ $Date: 2004/03/08 07:36:51 $
Constructor Summary | |
---|---|
PropertyType() |
Method Summary | |
---|---|
String | getName()
Returns the value of field 'name'.
|
String | getValue()
Returns the value of field 'value'.
|
boolean | isValid()
Method isValid |
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
void | setName(String name)
Sets the value of field 'name'.
|
void | setValue(String value)
Sets the value of field 'value'.
|
static Object | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate |
Returns: the value of field 'name'.
Returns: the value of field 'value'.
Parameters: out
Parameters: handler
Parameters: name the value of field 'name'.
Parameters: value the value of field 'value'.
Parameters: reader