org.jfree.xml.generator.model
public class TypeInfo extends Object
Constructor Summary | |
---|---|
TypeInfo(String name, Class type)
Creates a new instance.
|
Method Summary | |
---|---|
boolean | equals(Object o)
Tests this object for equality with another object.
|
Comments | getComments()
Returns the comments for this type info.
|
String | getDescription()
Returns the type description.
|
String | getName()
Returns the type name.
|
Class | getType()
Returns the class.
|
int | hashCode()
Returns a hash code for this object.
|
boolean | isConstrained()
Returns true if the type is constrained, and false otherwise.
|
boolean | isNullable()
Returns the nullable status.
|
void | setComments(Comments comments)
Sets the comments for this type info.
|
void | setConstrained(boolean constrained)
Sets the flag that indicates whether or not the type is constrained.
|
void | setDescription(String description)
Sets the type description.
|
void | setNullable(boolean nullable)
Sets the nullable flag.
|
Parameters: name the type name (null
not permitted). type the class.
Parameters: o the other object.
Returns: A boolean.
Returns: The comments.
Returns: The type description.
Returns: The type name.
Returns: The class.
Returns: A hash code.
true
if the type is constrained, and false
otherwise.
Returns: A boolean.
Returns: A boolean.
Parameters: comments the comments.
Parameters: constrained the flag.
Parameters: description the description.
Parameters: nullable the flag.