Public Member Functions | Static Public Member Functions

org.exolab.castor.mapping.xml.PropertyType Class Reference

Inheritance diagram for org.exolab.castor.mapping.xml.PropertyType:
org.exolab.castor.mapping.xml.Property

List of all members.

Public Member Functions

 PropertyType ()
java.lang.String getName ()
java.lang.String getValue ()
boolean isValid ()
void marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void setName (java.lang.String name)
void setValue (java.lang.String value)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

static java.lang.Object unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Detailed Description

Class PropertyType.

Version:
Revision:
1.1
Date:
2004/03/08 07:36:51

Constructor & Destructor Documentation

org.exolab.castor.mapping.xml.PropertyType.PropertyType (  ) 

Member Function Documentation

java.lang.String org.exolab.castor.mapping.xml.PropertyType.getName (  ) 

Returns the value of field 'name'.

Returns:
the value of field 'name'.

Referenced by org.exolab.castor.xml.XMLMappingLoader.createFieldDesc(), and org.exolab.castor.mapping.xml.PropertyTypeDescriptor.PropertyTypeDescriptor().

java.lang.String org.exolab.castor.mapping.xml.PropertyType.getValue (  ) 

Returns the value of field 'value'.

Returns:
the value of field 'value'.

Referenced by org.exolab.castor.xml.XMLMappingLoader.createFieldDesc(), and org.exolab.castor.mapping.xml.PropertyTypeDescriptor.PropertyTypeDescriptor().

boolean org.exolab.castor.mapping.xml.PropertyType.isValid (  ) 
void org.exolab.castor.mapping.xml.PropertyType.marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Method marshal

Parameters:
out 

Reimplemented in org.exolab.castor.mapping.xml.Property.

void org.exolab.castor.mapping.xml.PropertyType.marshal ( org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Method marshal

Parameters:
handler 

Reimplemented in org.exolab.castor.mapping.xml.Property.

void org.exolab.castor.mapping.xml.PropertyType.setName ( java.lang.String  name  ) 

Sets the value of field 'name'.

Parameters:
name the value of field 'name'.

Referenced by org.exolab.castor.mapping.xml.PropertyTypeDescriptor.PropertyTypeDescriptor().

void org.exolab.castor.mapping.xml.PropertyType.setValue ( java.lang.String  value  ) 

Sets the value of field 'value'.

Parameters:
value the value of field 'value'.

Referenced by org.exolab.castor.mapping.xml.PropertyTypeDescriptor.PropertyTypeDescriptor().

static java.lang.Object org.exolab.castor.mapping.xml.PropertyType.unmarshal ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static]

Method unmarshal

Parameters:
reader 

Reimplemented in org.exolab.castor.mapping.xml.Property.

void org.exolab.castor.mapping.xml.PropertyType.validate (  )  throws org.exolab.castor.xml.ValidationException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties