org.jfree.xml.util

Class ConstructorDefinition

public class ConstructorDefinition extends Object

A constructor definition.
Constructor Summary
ConstructorDefinition(String propertyName, Class type)
Creates a new constructor definition.
Method Summary
StringgetPropertyName()
Returns the property name.
ClassgetType()
Returns the type.
booleanisNull()
Returns a flag.

Constructor Detail

ConstructorDefinition

public ConstructorDefinition(String propertyName, Class type)
Creates a new constructor definition.

Parameters: propertyName the property name. type the type.

Method Detail

getPropertyName

public String getPropertyName()
Returns the property name.

Returns: the property name.

getType

public Class getType()
Returns the type.

Returns: the type.

isNull

public boolean isNull()
Returns a flag.

Returns: a boolean.