Package org.jfree.xml.util
Class ConstructorDefinition
java.lang.Object
org.jfree.xml.util.ConstructorDefinition
A constructor definition.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorDefinition
(String propertyName, Class type) Creates a new constructor definition. -
Method Summary
-
Constructor Details
-
ConstructorDefinition
Creates a new constructor definition.- Parameters:
propertyName
- the property name.type
- the type.
-
-
Method Details
-
getType
Returns the type.- Returns:
- the type.
-
isNull
Returns a flag.- Returns:
- a boolean.
-
getPropertyName
Returns the property name.- Returns:
- the property name.
-