org.apache.tapestry.util.prop
Class PropertyInfo
java.lang.Object
org.apache.tapestry.util.prop.PropertyInfo
public class PropertyInfo
- extends Object
Used by PropertyFinder
to identify information about a property.
- Since:
- 2.2
- Version:
- $Id: PropertyInfo.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getType
public Class getType()
isRead
public boolean isRead()
isWrite
public boolean isWrite()
isReadWrite
public boolean isReadWrite()