| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.xml.util.ConstructorDefinitionpublic class ConstructorDefinitionextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
String |
|
Class |
|
boolean |
|
public ConstructorDefinition(String propertyName, Class type)
Creates a new constructor definition.
- Parameters:
propertyName- the property name.type- the type.
public String getPropertyName()
Returns the property name.
- Returns:
- the property name.