|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.xml.util.ConstructorDefinition
public class ConstructorDefinition
A constructor definition.
| Constructor Summary | |
|---|---|
ConstructorDefinition(String propertyName,
Class type)
Creates a new constructor definition. |
|
| Method Summary | |
|---|---|
String |
getPropertyName()
Returns the property name. |
Class |
getType()
Returns the type. |
boolean |
isNull()
Returns a flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConstructorDefinition(String propertyName,
Class type)
propertyName - the property name.type - the type.| Method Detail |
|---|
public Class getType()
public boolean isNull()
public String getPropertyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||