org.exolab.castor.mapping.xml
public abstract class PropertyType extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
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 | setName(String name)
Sets the value of field 'name'.
|
void | setValue(String value)
Sets the value of field 'value'.
|
void | validate()
Method validate
|
Returns: String the value of field 'name'.
Returns: String the value of field 'value'.
Returns: boolean
Parameters: name the value of field 'name'.
Parameters: value the value of field 'value'.