org.jfree.xml.util
public class ConstructorDefinition extends Object
Constructor Summary | |
---|---|
ConstructorDefinition(String propertyName, Class type)
Creates a new constructor definition.
|
Method Summary | |
---|---|
String | getPropertyName()
Returns the property name.
|
Class | getType()
Returns the type.
|
boolean | isNull()
Returns a flag.
|
Parameters: propertyName the property name. type the type.
Returns: the property name.
Returns: the type.
Returns: a boolean.