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.
|
public ConstructorDefinition(java.lang.String propertyName, java.lang.Class type)
propertyName - the property name.type - the type.public java.lang.Class getType()
public boolean isNull()
public java.lang.String getPropertyName()