Public Member Functions | Package Functions

org.exolab.castor.xml.IntrospectedXMLClassDescriptor Class Reference

Inheritance diagram for org.exolab.castor.xml.IntrospectedXMLClassDescriptor:
org.exolab.castor.xml.util.XMLClassDescriptorImpl org.exolab.castor.xml.Validator org.exolab.castor.xml.XMLClassDescriptor org.exolab.castor.xml.ClassValidator org.exolab.castor.mapping.ClassDescriptor org.exolab.castor.xml.TypeValidator

List of all members.

Public Member Functions

 IntrospectedXMLClassDescriptor (Class type, String xmlName)

Package Functions

 IntrospectedXMLClassDescriptor (Class type)

Detailed Description

A simple extension of XMLClassDescriptor so that we can set the "instrospected" flag.


Constructor & Destructor Documentation

org.exolab.castor.xml.IntrospectedXMLClassDescriptor.IntrospectedXMLClassDescriptor ( Class  type  )  [package]

Creates an IntrospectedXMLClassDescriptor

Parameters:
type the Class type with which this ClassDescriptor describes.

References org.exolab.castor.xml.util.XMLClassDescriptorImpl.setIntrospected().

org.exolab.castor.xml.IntrospectedXMLClassDescriptor.IntrospectedXMLClassDescriptor ( Class  type,
String  xmlName 
)

Creates an IntrospectedXMLClassDescriptor

Parameters:
type the Class type with which this ClassDescriptor describes.

References org.exolab.castor.xml.util.XMLClassDescriptorImpl.setIntrospected().


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