![JAR search and dependency download from the Maven repository](/logo.png)
org.oddjob.arooa.standard.PropertyDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arooa Show documentation
Show all versions of arooa Show documentation
A Rip Off Of Ant - A drag and drop component framework.
package org.oddjob.arooa.standard;
import org.oddjob.arooa.reflect.ArooaClass;
/**
* Contains information about the property of a bean.
*
* @author rob
*
*/
interface PropertyDefinition {
/**
* The property name in the parent bean.
*
* @return
*/
public String getPropertyName();
/**
* The class name of the property.
*
* @return
*/
public ArooaClass getPropertyType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy