public class ConstructorDefinition extends java.lang.Object
Constructor | Description |
---|---|
ConstructorDefinition(java.lang.String propertyName,
java.lang.Class type) |
Creates a new constructor definition.
|
Modifier and Type | Method | 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()