Class TypeInfo
java.lang.Object
org.jfree.xml.generator.model.TypeInfo
- Direct Known Subclasses:
PropertyInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTests this object for equality with another object.Returns the comments for this type info.Returns the type description.getName()Returns the type name.getType()Returns the class.inthashCode()Returns a hash code for this object.booleanReturnstrueif the type is constrained, andfalseotherwise.booleanReturns the nullable status.voidsetComments(Comments comments) Sets the comments for this type info.voidsetConstrained(boolean constrained) Sets the flag that indicates whether or not the type is constrained.voidsetDescription(String description) Sets the type description.voidsetNullable(boolean nullable) Sets the nullable flag.
-
Constructor Details
-
TypeInfo
-
-
Method Details
-
getType
-
isNullable
-
setNullable
-
isConstrained
Returnstrueif the type is constrained, andfalseotherwise.- Returns:
- A boolean.
-
setConstrained
Sets the flag that indicates whether or not the type is constrained.- Parameters:
constrained- the flag.
-
getDescription
-
setDescription
Sets the type description.- Parameters:
description- the description.
-
getName
-
getComments
-
setComments
Sets the comments for this type info.- Parameters:
comments- the comments.
-
equals
-
hashCode
-