Class ClassDescription
java.lang.Object
org.jfree.xml.generator.model.ClassDescription
A description of a Java class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the comments for the class description.TypeInfo[]Returns the constructor descriptions.Returns the description.getName()Returns the class name.Returns the object's class.Returns the info about properties.getProperty(String name) Returns a property.Returns the register key.Returns the source for the class description.Returns the super class.booleanReturns the preserve flag.booleanReturnstrueif the description is undefined.voidsetComments(Comments comments) Sets the comments for the class description.voidsetConstructorDescription(TypeInfo[] constructorDescription) Sets the constructor description.voidsetDescription(String description) Sets the description for the object.voidsetPreserve(boolean preserve) Sets the preserve flag.voidsetProperties(PropertyInfo[] properties) Sets the info about the class properties.voidsetRegisterKey(String registerKey) Sets the register key.voidSets the source for the class description.voidsetSuperClass(Class superClass) Sets the super class.
-
Constructor Details
-
ClassDescription
Creates a new class description.- Parameters:
objectClass- the class.
-
-
Method Details
-
getProperties
Returns the info about properties.- Returns:
- the info about properties.
-
setProperties
Sets the info about the class properties.- Parameters:
properties- the properties.
-
getObjectClass
-
getDescription
-
setDescription
Sets the description for the object.- Parameters:
description- the description.
-
getName
-
getSuperClass
-
setSuperClass
Sets the super class.- Parameters:
superClass- the super class.
-
isPreserve
-
setPreserve
Sets the preserve flag.- Parameters:
preserve- the new value of the flag.
-
getRegisterKey
-
setRegisterKey
Sets the register key.- Parameters:
registerKey- the register key.
-
getConstructorDescription
Returns the constructor descriptions.- Returns:
- the constructor descriptions.
-
setConstructorDescription
Sets the constructor description.- Parameters:
constructorDescription- the constructor description.
-
getProperty
Returns a property.- Parameters:
name- the property name.- Returns:
- a property.
-
isUndefined
-
getComments
Returns the comments for the class description.- Returns:
- The comments.
-
setComments
Sets the comments for the class description.- Parameters:
comments- the comments.
-
getSource
-
setSource
-