public class ConstructorDefinition extends Object
Constructor and Description |
---|
ConstructorDefinition(String propertyName,
Class type)
Creates a new constructor definition.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName()
Returns the property name.
|
Class |
getType()
Returns the type.
|
boolean |
isNull()
Returns a flag.
|
public ConstructorDefinition(String propertyName, Class type)
propertyName
- the property name.type
- the type.public boolean isNull()
public String getPropertyName()