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