Package org.jfree.xml.util
Class ConstructorDefinition
- java.lang.Object
-
- org.jfree.xml.util.ConstructorDefinition
-
public class ConstructorDefinition extends java.lang.ObjectA constructor definition.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisNullisNull flag.private java.lang.StringpropertyNameProperty name.private java.lang.ClasstypeThe type.
-
Constructor Summary
Constructors Constructor Description ConstructorDefinition(java.lang.String propertyName, java.lang.Class type)Creates a new constructor definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPropertyName()Returns the property name.java.lang.ClassgetType()Returns the type.booleanisNull()Returns a flag.
-