|
|||||||||
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(java.lang.String propertyName,
java.lang.Class type)
Creates a new constructor definition. |
Method Summary | |
---|---|
java.lang.String |
getPropertyName()
Returns the property name. |
java.lang.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(java.lang.String propertyName, java.lang.Class type)
propertyName
- the property name.type
- the type.Method Detail |
---|
public java.lang.Class getType()
public boolean isNull()
public java.lang.String getPropertyName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |