| java.lang.Object org.jfree.xml.util.ConstructorDefinition
ConstructorDefinition | public class ConstructorDefinition (Code) | | A constructor definition.
|
ConstructorDefinition | public ConstructorDefinition(String propertyName, Class type)(Code) | | Creates a new constructor definition.
Parameters: propertyName - the property name. Parameters: type - the type. |
getPropertyName | public String getPropertyName()(Code) | | Returns the property name.
the property name. |
getType | public Class getType()(Code) | | Returns the type.
the type. |
isNull | public boolean isNull()(Code) | | Returns a flag.
a boolean. |
|
|