Package org.jfree.xml.util
Class ConstructorDefinition
java.lang.Object
org.jfree.xml.util.ConstructorDefinition
A constructor definition.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorDefinition
(String propertyName, Class type) Creates a new constructor definition. -
Method Summary
-
Field Details
-
isNull
private boolean isNullisNull flag. -
propertyName
Property name. -
type
The type.
-
-
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
public boolean isNull()Returns a flag.- Returns:
- a boolean.
-
getPropertyName
Returns the property name.- Returns:
- the property name.
-