Serialized Form

Class org.codehaus.metaclass.model.Attribute extends java.lang.Object implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of the Attribute.


m_value

java.lang.String m_value
The value of the Attribute.


m_parameters

java.util.Properties m_parameters
The arbitrary set of parameters associated with the Attribute.


Class org.codehaus.metaclass.model.ClassDescriptor extends FeatureDescriptor implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of class.


m_fields

FieldDescriptor[] m_fields
The fields of the class.


m_methods

MethodDescriptor[] m_methods
The methods in the class.


Class org.codehaus.metaclass.model.FeatureDescriptor extends java.lang.Object implements Serializable

Serialized Fields

m_declaredAttributes

Attribute[] m_declaredAttributes
The arbitrary set of declared Attributes.


m_attributes

Attribute[] m_attributes
The arbitrary set of Attributes.


Class org.codehaus.metaclass.model.FieldDescriptor extends FeatureDescriptor implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of the field.


m_type

java.lang.String m_type
The type of the field.


Class org.codehaus.metaclass.introspector.MetaClassException extends java.lang.Exception implements Serializable

Serialized Fields

m_cause

java.lang.Throwable m_cause
The throwable that caused this exception.


Class org.codehaus.metaclass.model.MethodDescriptor extends FeatureDescriptor implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of the Method.


m_returnType

java.lang.String m_returnType
The return type of the method.


m_parameters

ParameterDescriptor[] m_parameters
The parameters associated with the method.


Class org.codehaus.metaclass.model.ParameterDescriptor extends java.lang.Object implements Serializable

Serialized Fields

m_name

java.lang.String m_name
The name of the Parameter in source file.


m_type

java.lang.String m_type
The class/interface of the Parameter.



Copyright © 2003-2004 Codehaus. All Rights Reserved.