JCommon 1.0.17-redhat-2

org.jfree.xml.util
Class ConstructorDefinition

java.lang.Object
  extended by org.jfree.xml.util.ConstructorDefinition

public class ConstructorDefinition
extends Object

A constructor definition.


Constructor Summary
ConstructorDefinition(String propertyName, Class type)
          Creates a new constructor definition.
 
Method Summary
 String getPropertyName()
          Returns the property name.
 Class getType()
          Returns the type.
 boolean isNull()
          Returns a flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorDefinition

public ConstructorDefinition(String propertyName,
                             Class type)
Creates a new constructor definition.

Parameters:
propertyName - the property name.
type - the type.
Method Detail

getType

public Class getType()
Returns the type.

Returns:
the type.

isNull

public boolean isNull()
Returns a flag.

Returns:
a boolean.

getPropertyName

public String getPropertyName()
Returns the property name.

Returns:
the property name.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.