Class ConstructorDefinition

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

public class ConstructorDefinition extends Object
A constructor definition.
  • Field Details

    • isNull

      private boolean isNull
      isNull flag.
    • propertyName

      private String propertyName
      Property name.
    • type

      private Class type
      The type.
  • Constructor Details

    • ConstructorDefinition

      public ConstructorDefinition(String propertyName, Class type)
      Creates a new constructor definition.
      Parameters:
      propertyName - the property name.
      type - the type.
  • Method Details

    • 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.