Package org.jfree.xml.util
Class ConstructorDefinition
- java.lang.Object
-
- org.jfree.xml.util.ConstructorDefinition
-
public class ConstructorDefinition extends Object
A constructor definition.
-
-
Constructor Summary
Constructors Constructor Description ConstructorDefinition(String propertyName, Class type)
Creates a new constructor definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
Returns the property name.Class
getType()
Returns the type.boolean
isNull()
Returns a flag.
-